mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Small test case fix
mysql-test/r/information_schema_db.result: Fix uppercase error in testcase
This commit is contained in:
parent
3e6b7f2b65
commit
7e557d0ee7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue