Commit 902491c3 authored by Sergei Golubchik's avatar Sergei Golubchik

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

* remove is_embedded.require
parent d596ce67
-- 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
}
......@@ -13,12 +13,8 @@
# 2008-06-06 mleich Create this variant for the embedded server
#
--source include/have_xtradb.inc
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
{
--skip Test requires: embedded server
}
--source include/have_innodb.inc
--source include/is_embedded.inc
let $my_where = WHERE table_schema = 'information_schema'
AND table_name <> 'profiling' AND table_name not like 'innodb_%';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment