New result due to changed output from SHOW TABLES

This commit is contained in:
unknown 2004-08-19 14:40:10 +02:00
parent d90c1ae62f
commit acd4f7debd

View File

@ -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,