mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixing test cases
Added missing system tables used in 5.6
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
# - Can't create/write to file
|
||||
# '.../var/master-data/information_schema/tables.frm~
|
||||
--source include/not_embedded.inc
|
||||
|
||||
--source include/have_innodb.inc
|
||||
--source suite/funcs_1/datadict/datadict.pre
|
||||
|
||||
# $engine_type must point to storage engine which is all time available.
|
||||
|
@ -16,4 +16,5 @@
|
||||
#
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
--source suite/funcs_1/datadict/is_key_column_usage.inc
|
||||
|
@ -13,6 +13,7 @@
|
||||
# 2008-06-06 mleich Create this this variant for the embedded server.
|
||||
#
|
||||
|
||||
--source include/have_innodb.inc
|
||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
|
@ -13,6 +13,7 @@
|
||||
#
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
let $database = mysql;
|
||||
let $my_where = WHERE table_schema = 'mysql';
|
||||
--source suite/funcs_1/datadict/statistics.inc
|
||||
|
@ -14,6 +14,7 @@ if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
}
|
||||
--source include/have_innodb.inc
|
||||
let $database = mysql;
|
||||
let $my_where = WHERE table_schema = 'mysql';
|
||||
--source suite/funcs_1/datadict/statistics.inc
|
||||
|
@ -19,6 +19,7 @@
|
||||
# This test cannot be used for the embedded server because we check here
|
||||
# privileges.
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
let $engine_type = MyISAM;
|
||||
|
||||
|
@ -13,5 +13,6 @@
|
||||
#
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
let $table_schema = mysql;
|
||||
--source suite/funcs_1/datadict/table_constraints.inc
|
||||
|
@ -10,6 +10,7 @@
|
||||
# 2008-06-06 mleich Create this this variant for the embedded server.
|
||||
#
|
||||
|
||||
--source include/have_innodb.inc
|
||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
|
@ -13,5 +13,6 @@
|
||||
#
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
let $my_where = WHERE table_schema = 'mysql';
|
||||
--source suite/funcs_1/datadict/tables1.inc
|
||||
|
@ -10,6 +10,7 @@
|
||||
# 2008-06-06 mleich Create this this variant for the embedded server.
|
||||
#
|
||||
|
||||
--source include/have_innodb.inc
|
||||
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
{
|
||||
--skip Test requires: embedded server
|
||||
|
Reference in New Issue
Block a user