mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#
|
||||
|
||||
--source include/have_innodb.inc
|
||||
--source include/is_embedded.inc
|
||||
--source include/is_embedded_no_privileges.inc
|
||||
|
||||
let $my_where = WHERE table_schema = 'information_schema'
|
||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%';
|
||||
|
@ -10,10 +10,8 @@
|
||||
# 2008-06-06 mleich Create this this variant for the embedded server.
|
||||
#
|
||||
|
||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
}
|
||||
--source include/is_embedded_no_privileges.inc
|
||||
|
||||
let $engine_type= MyISAM;
|
||||
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
||||
--source suite/funcs_1/datadict/datadict_load.inc
|
||||
|
@ -10,10 +10,7 @@
|
||||
# 2008-06-06 mleich Create this variant for the embedded server
|
||||
#
|
||||
|
||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
}
|
||||
--source include/is_embedded_no_privileges.inc
|
||||
|
||||
let $my_where = WHERE table_schema = 'mysql';
|
||||
--source suite/funcs_1/datadict/columns.inc
|
||||
|
Reference in New Issue
Block a user