mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
manual merge
This commit is contained in:
commit
0de3ea72e8
3 changed files with 19 additions and 1 deletions
|
|
@ -1090,6 +1090,15 @@ show columns from t1;
|
|||
drop table t1;
|
||||
|
||||
--echo End of 5.0 tests.
|
||||
|
||||
#
|
||||
# Bug#30079 A check for "hidden" I_S tables is flawed
|
||||
#
|
||||
--error 1109
|
||||
show fields from information_schema.TABLE_NAMES;
|
||||
--error 1109
|
||||
show keys from information_schema.TABLE_NAMES;
|
||||
|
||||
#
|
||||
# Show engines
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue