From acd4f7debd68fe788f69ff089c775eed19579743 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Aug 2004 14:40:10 +0200 Subject: [PATCH] New result due to changed output from SHOW TABLES --- mysql-test/r/ndb_autodiscover.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/ndb_autodiscover.result b/mysql-test/r/ndb_autodiscover.result index b0e2aa04f3e..b86575ff2d9 100644 --- a/mysql-test/r/ndb_autodiscover.result +++ b/mysql-test/r/ndb_autodiscover.result @@ -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,