mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
* change the test to use is_embedded.inc instead of a direct check
* remove is_embedded.require
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
-- require r/is_embedded.require
|
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||||
disable_query_log;
|
{
|
||||||
select version() like '%embedded%' as 'have_embedded';
|
--skip Test requires: embedded server
|
||||||
enable_query_log;
|
}
|
||||||
|
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
have_embedded
|
|
||||||
1
|
|
@@ -13,12 +13,8 @@
|
|||||||
# 2008-06-06 mleich Create this variant for the embedded server
|
# 2008-06-06 mleich Create this variant for the embedded server
|
||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_xtradb.inc
|
--source include/have_innodb.inc
|
||||||
|
--source include/is_embedded.inc
|
||||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
|
||||||
{
|
|
||||||
--skip Test requires: embedded server
|
|
||||||
}
|
|
||||||
|
|
||||||
let $my_where = WHERE table_schema = 'information_schema'
|
let $my_where = WHERE table_schema = 'information_schema'
|
||||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%';
|
AND table_name <> 'profiling' AND table_name not like 'innodb_%';
|
||||||
|
Reference in New Issue
Block a user