Commit 8d73def9 authored by mskold@mysql.com's avatar mskold@mysql.com

New result due to changed output from SHOW TABLES

parent d7ace789
......@@ -95,7 +95,7 @@ show status like 'handler_discover%';
Variable_name Value
Handler_discover 1
SHOW TABLES FROM test;
Tables_in_test
Tables_in_test table_type
create table IF NOT EXISTS t3(
id int not null primary key,
id2 int not null,
......
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