diff options
author | unknown <mskold@mysql.com> | 2004-08-19 14:40:10 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-08-19 14:40:10 +0200 |
commit | acd4f7debd68fe788f69ff089c775eed19579743 (patch) | |
tree | 8364fb598b6648cb966147cb7770ba5c4703512e /mysql-test/r/ndb_autodiscover.result | |
parent | d90c1ae62ff3c28292c8fd9d6daf6930d5bfe66c (diff) | |
download | mariadb-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.result | 2 |
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, |