This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-20 05:52:27 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
50b42441a6
mariadb
/
mysql-test
/
include
/
is_embedded.inc
6 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
* change the test to use is_embedded.inc instead of a direct check * remove is_embedded.require
2013-12-22 17:11:38 +01:00
if
(
`SELECT VERSION() NOT LIKE '%embedded%'`
)
{
--
skip
Test
requires
:
embedded
server
}
Bug#35997 Event scheduler seems to let the server crash, if it is embedded. Missing file: include/is_embedded.inc This file was left out of the initial changeset by misstake. mysql-test/include/is_embedded.inc: Missing file patch: include/is_embedded.inc
2008-05-09 10:26:06 +02:00
Reference in a new issue
Copy permalink