From 7cc009fc8e511e722da6984c0d912a6fbf5ccfd3 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Sep 2005 22:16:24 -0400 Subject: Standardised on capital letters for NDBCLUSTER --- mysql-test/r/ndb_autodiscover.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/r/ndb_autodiscover.result') 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 -- cgit v1.2.1