1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix test case, table name needs to be upper-case.

This commit is contained in:
Jim Winstead
2009-05-15 12:24:45 -07:00
parent 883ddef98a
commit 1631a213a1

View File

@@ -1467,7 +1467,7 @@ use test;
--echo #
--echo # Bug #33762: mysqldump can not dump INFORMATION_SCHEMA
--echo #
--exec $MYSQL_DUMP --compact --opt -d information_schema tables
--exec $MYSQL_DUMP --compact --opt -d information_schema TABLES
--echo #
--echo # Bug#19745 mysqldump --xml produces invalid xml