summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_autodiscover.result
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-08-19 14:40:10 +0200
committerunknown <mskold@mysql.com>2004-08-19 14:40:10 +0200
commitacd4f7debd68fe788f69ff089c775eed19579743 (patch)
tree8364fb598b6648cb966147cb7770ba5c4703512e /mysql-test/r/ndb_autodiscover.result
parentd90c1ae62ff3c28292c8fd9d6daf6930d5bfe66c (diff)
downloadmariadb-git-acd4f7debd68fe788f69ff089c775eed19579743.tar.gz
New result due to changed output from SHOW TABLES
Diffstat (limited to 'mysql-test/r/ndb_autodiscover.result')
-rw-r--r--mysql-test/r/ndb_autodiscover.result2
1 files changed, 1 insertions, 1 deletions
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,