diff options
author | unknown <pappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2005-09-20 22:16:24 -0400 |
---|---|---|
committer | unknown <pappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2005-09-20 22:16:24 -0400 |
commit | 7cc009fc8e511e722da6984c0d912a6fbf5ccfd3 (patch) | |
tree | 9eaff1c6693532edcd30b599d6ca9d1939e17466 /mysql-test/r/ndb_autodiscover.result | |
parent | 07799d7cc1c0d62c4a1c5412a3a47c18c6537cf7 (diff) | |
download | mariadb-git-7cc009fc8e511e722da6984c0d912a6fbf5ccfd3.tar.gz |
Standardised on capital letters for NDBCLUSTER
Diffstat (limited to 'mysql-test/r/ndb_autodiscover.result')
-rw-r--r-- | mysql-test/r/ndb_autodiscover.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_autodiscover.result b/mysql-test/r/ndb_autodiscover.result index 6d1b7eb152d..762e3b14c1a 100644 --- a/mysql-test/r/ndb_autodiscover.result +++ b/mysql-test/r/ndb_autodiscover.result @@ -110,7 +110,7 @@ t3 CREATE TABLE `t3` ( `id` int(11) NOT NULL, `name` char(255) default NULL, PRIMARY KEY (`id`) -) ENGINE=ndbcluster DEFAULT CHARSET=latin1 +) ENGINE=NDBCLUSTER DEFAULT CHARSET=latin1 select * from t3; id name 1 Explorer @@ -147,7 +147,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 10 Fixed 1 260 # # # 0 NULL # # NULL # NULL # -t7 ndbcluster 10 Fixed 1 276 # # # 0 NULL # # NULL # NULL # +t7 NDBCLUSTER 10 Fixed 1 276 # # # 0 NULL # # NULL # NULL # show status like 'handler_discover%'; Variable_name Value Handler_discover 2 |