summaryrefslogtreecommitdiff
path: root/mysql-test/include/is_embedded.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed result for embedded serverMonty2022-01-281-2/+4
| | | | | | | | | | | | | | | - Revert wrongly record embedded result files. These were either recorded with normal server (not embedded) or an embedded server with not default compile option. This can be seen that the committed result file had replication variables which should never happen. - Reverted back change of include/is_embedded.inc. One cannot check for $MYSQL_EMBEDDED as this only tells if there exists an embedded server, not if the current server we are testing is the embedded server. This could easily be verified by doing 'mtr sys_vars.sysvars_server_embedded'. This would fail with a wrong result instead of being marked as skipped as --embedded was not used.
* MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenableDaniel Black2022-01-271-1/+1
| | | | | | | | | | mtr is checking the wrong path for the embedded executable on out of tree builds. The is_embedded.inc tests are also checking the version rather than the MTR MYSQL_EMBEDDED environment variable. As a result, a few tests are out of date in the result recordings.
* * change the test to use is_embedded.inc instead of a direct checkSergei Golubchik2013-12-221-4/+4
| | | | * remove is_embedded.require
* Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-091-0/+5
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