diff options
author | magnus@neptunus.(none) <> | 2004-09-21 12:13:58 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-09-21 12:13:58 +0200 |
commit | 0097c6d9b2be98a30bd4846e54396fecda5847a3 (patch) | |
tree | 800e2e50047d8deacfc968120c67c71a51cd8d95 /mysql-test/r/ndb_autodiscover.result | |
parent | 08312bfb3267547c5fe58ca88b7f8d40be5e590a (diff) | |
download | mariadb-git-0097c6d9b2be98a30bd4846e54396fecda5847a3.tar.gz |
Changed WL#1424 to use the function ha_find_files. This is a simpler implementation and all handler specific code is hidden in the appropriate handler.
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 7f5c4aecaa2..09ad82b7a6b 100644 --- a/mysql-test/r/ndb_autodiscover.result +++ b/mysql-test/r/ndb_autodiscover.result @@ -145,7 +145,7 @@ flush tables; show table status; Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment t6 MyISAM 9 Fixed 1 260 # # # 0 NULL # # NULL # NULL -t7 ndbcluster 9 Fixed 100 0 # # # 0 NULL # # NULL # NULL +t7 ndbcluster 9 Fixed 1 0 # # # 0 NULL # # NULL # NULL show status like 'handler_discover%'; Variable_name Value Handler_discover 2 |