summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_windows_embedded.inc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenableDaniel Black2022-01-271-3/+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.
* Bug#47801 The plugin test fails with the Embedded Server on WindowsMagnus BlÄudd2009-10-081-0/+11
- Remove the "hack" from mtr.pl that skipped searching for the .dll files when embedded and windows. Now the variables will be preoperly initialized. - Make the tests detect that they can't run on windows+embedded