mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge with 5.5
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
# Can't run test of external client with embedded server
|
||||
-- source include/not_embedded.inc
|
||||
# Test lists tables in Information_schema, and InnoDB adds some
|
||||
-- source include/have_innodb.inc
|
||||
# Don't test when thread_pool active
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
@ -31,3 +29,14 @@ select "---- -v -v -t ------" as "";
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
--echo End of 5.0 tests
|
||||
|
||||
# because of lp:1066512 this test shows xtradb I_S plugins, even when
|
||||
# xtradb is supposed to be disabled
|
||||
|
||||
#
|
||||
# Bug #19147: mysqlshow INFORMATION_SCHEMA does not work
|
||||
#
|
||||
# --exec $MYSQL_SHOW information_schema
|
||||
# --exec $MYSQL_SHOW INFORMATION_SCHEMA
|
||||
# --exec $MYSQL_SHOW inf_rmation_schema
|
||||
|
||||
|
Reference in New Issue
Block a user