Commit acd4f7de authored by unknown's avatar unknown

New result due to changed output from SHOW TABLES

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