1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

* change the test to use is_embedded.inc instead of a direct check

* remove is_embedded.require
This commit is contained in:
Sergei Golubchik
2013-12-22 17:11:38 +01:00
parent d596ce67c1
commit 902491c397
3 changed files with 6 additions and 12 deletions

View File

@ -1,5 +1,5 @@
-- require r/is_embedded.require
disable_query_log;
select version() like '%embedded%' as 'have_embedded';
enable_query_log;
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
{
--skip Test requires: embedded server
}