mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
test fix(to satisfy WIN)
This commit is contained in:
@ -1094,7 +1094,7 @@ drop table t1;
|
||||
# Bug#30079 A check for "hidden" I_S tables is flawed
|
||||
#
|
||||
--error 1109
|
||||
show fields from information_schema.TABLE_NAMES;
|
||||
show fields from information_schema.table_names;
|
||||
--error 1109
|
||||
show keys from information_schema.TABLE_NAMES;
|
||||
show keys from information_schema.table_names;
|
||||
|
||||
|
Reference in New Issue
Block a user