mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Change information_schema-big to include innodb
This commit is contained in:
parent
802e8d6b89
commit
f3e9d9a6e6
2 changed files with 3 additions and 9 deletions
|
@ -1,5 +1,3 @@
|
|||
DROP TABLE IF EXISTS t0,t1,t2,t3,t4,t5;
|
||||
DROP VIEW IF EXISTS v1;
|
||||
#
|
||||
# Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
|
||||
#
|
||||
|
@ -22,6 +20,7 @@ table_name column_name
|
|||
ALL_PLUGINS PLUGIN_NAME
|
||||
APPLICABLE_ROLES GRANTEE
|
||||
CHARACTER_SETS CHARACTER_SET_NAME
|
||||
CHECK_CONSTRAINTS CONSTRAINT_SCHEMA
|
||||
CLIENT_STATISTICS CLIENT
|
||||
COLLATIONS COLLATION_NAME
|
||||
COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME
|
||||
|
@ -79,6 +78,7 @@ table_name column_name
|
|||
ALL_PLUGINS PLUGIN_NAME
|
||||
APPLICABLE_ROLES GRANTEE
|
||||
CHARACTER_SETS CHARACTER_SET_NAME
|
||||
CHECK_CONSTRAINTS CONSTRAINT_SCHEMA
|
||||
CLIENT_STATISTICS CLIENT
|
||||
COLLATIONS COLLATION_NAME
|
||||
COLLATION_CHARACTER_SET_APPLICABILITY COLLATION_NAME
|
||||
|
|
|
@ -1,18 +1,12 @@
|
|||
# This test uses grants, which can't get tested for embedded server
|
||||
-- source include/big_test.inc
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/have_xtradb.inc
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
# check that CSV engine was compiled in, as the result of the test depends
|
||||
# on the presence of the log tables (which are CSV-based).
|
||||
--source include/have_csv.inc
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t0,t1,t2,t3,t4,t5;
|
||||
DROP VIEW IF EXISTS v1;
|
||||
--enable_warnings
|
||||
|
||||
|
||||
--echo #
|
||||
--echo # Bug#18925: subqueries with MIN/MAX functions on INFORMATION_SCHEMA
|
||||
--echo #
|
||||
|
|
Loading…
Reference in a new issue