Commit 0ff3aaf5 authored by mronstrom@mysql.com's avatar mronstrom@mysql.com

Small test case fix

parent c33a0673
use INFORMATION_SCHEMA;
show tables;
Tables_in_INFORMATION_SCHEMA
Tables_in_information_schema
SCHEMATA
TABLES
COLUMNS
......@@ -17,7 +17,7 @@ COLUMN_PRIVILEGES
TABLE_CONSTRAINTS
KEY_COLUMN_USAGE
show tables from INFORMATION_SCHEMA like 'T%';
Tables_in_INFORMATION_SCHEMA (T%)
Tables_in_information_schema (T%)
TABLES
TABLE_PRIVILEGES
TABLE_CONSTRAINTS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment