#At file:///net/fimafeng09/export/home/tmp/oleja/mysql/mysql-5.1-telco-7.0/ based on revid:ole.john.aske@stripped
4135 Ole John Aske 2011-01-18
Resultfile needed update after commit of fix for bug#59519.
@ mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result
As 'rec_per_key[]= 1' is no longer set for non-unique index we don't have available 'Cardinality' statistics for ordered indexes. Thus the change of 'Cardinality' from '0' to NULL (unknown) for the above results.
modified:
mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result
=== modified file 'mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result'
--- a/mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result 2007-12-11 10:51:14 +0000
+++ b/mysql-test/suite/rpl_ndb/r/rpl_ndb_ddl.result 2011-01-18 12:47:01 +0000
@@ -928,12 +928,12 @@ TEST-INFO: SLAVE: The INSERT is committ
-------- switch to master -------
SHOW INDEX FROM mysqltest1.t5;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
-t5 1 my_idx5 1 f1 A 0 NULL NULL YES BTREE
+t5 1 my_idx5 1 f1 A NULL NULL NULL YES BTREE
-------- switch to slave --------
SHOW INDEX FROM mysqltest1.t5;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
-t5 1 my_idx5 1 f1 A 0 NULL NULL YES BTREE
+t5 1 my_idx5 1 f1 A NULL NULL NULL YES BTREE
-------- switch to master -------
Attachment: [text/bzr-bundle] bzr/ole.john.aske@oracle.com-20110118124701-t0bxo2vjh3vh9ia8.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (ole.john.aske:4135) Bug#59519 | Ole John Aske | 18 Jan |