From: magnus.blaudd Date: April 11 2012 8:40am Subject: bzr push into mysql-5.1-telco-7.0 branch (magnus.blaudd:4912 to 4913) List-Archive: http://lists.mysql.com/commits/143443 Message-Id: <201204110840.q3B8eMFd013198@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4913 magnus.blaudd@stripped 2012-04-11 [merge] Merge removed: mysql-test/suite/ndb_rpl/t/ndb_rpl_relayrotate-slave.opt modified: mysql-test/suite/ndb/r/ndb_restore_misc.result mysql-test/suite/ndb/t/ndb_restore_misc.test 4912 Mauritz Sundell 2012-04-10 ndb - allow upgrade from 7.x to 7.3 modified: storage/ndb/src/common/util/version.cpp === modified file 'mysql-test/suite/ndb/r/ndb_restore_misc.result' --- a/mysql-test/suite/ndb/r/ndb_restore_misc.result 2011-07-19 10:54:29 +0000 +++ b/mysql-test/suite/ndb/r/ndb_restore_misc.result 2012-04-11 07:17:49 +0000 @@ -134,11 +134,12 @@ ForceVarPart: 1 drop table t1_c,t2_c,t3_c,t4_c,t5_c,t6_c,t7_c,t8_c,t9_c,t10_c,t11_c; ForceVarPart: 0 ForceVarPart: 1 -select * from information_schema.columns where table_name = "t1_c"; -TABLE_CATALOG TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION COLUMN_DEFAULT IS_NULLABLE DATA_TYPE CHARACTER_MAXIMUM_LENGTH CHARACTER_OCTET_LENGTH NUMERIC_PRECISION NUMERIC_SCALE CHARACTER_SET_NAME COLLATION_NAME COLUMN_TYPE COLUMN_KEY EXTRA PRIVILEGES COLUMN_COMMENT STORAGE FORMAT -NULL test t1_c capgoaledatta 1 NULL NO mediumint NULL NULL 7 0 NULL NULL mediumint(5) unsigned PRI auto_increment # Default Default -NULL test t1_c goaledatta 2 NO char 2 2 NULL NULL latin1 latin1_swedish_ci char(2) PRI # Default Default -NULL test t1_c maturegarbagefa 3 NO varchar 32 32 NULL NULL latin1 latin1_swedish_ci varchar(32) PRI # Default Default +select TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, ORDINAL_POSITION, DATA_TYPE +from information_schema.columns where table_name = "t1_c"; +TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION DATA_TYPE +test t1_c capgoaledatta 1 mediumint +test t1_c goaledatta 2 char +test t1_c maturegarbagefa 3 varchar select count(*) from t1; count(*) 5 === modified file 'mysql-test/suite/ndb/t/ndb_restore_misc.test' --- a/mysql-test/suite/ndb/t/ndb_restore_misc.test 2011-07-19 10:54:29 +0000 +++ b/mysql-test/suite/ndb/t/ndb_restore_misc.test 2012-04-11 07:17:49 +0000 @@ -192,9 +192,8 @@ source show_varpart.inc; # Bug #30667 # ndb table discovery does not work correcly with information schema # - prior to bug fix this would yeild no output and a warning -# (priviliges differ on embedded and server so replace) ---replace_column 18 # -select * from information_schema.columns where table_name = "t1_c"; +select TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, ORDINAL_POSITION, DATA_TYPE + from information_schema.columns where table_name = "t1_c"; # random output order?? #show tables; === removed file 'mysql-test/suite/ndb_rpl/t/ndb_rpl_relayrotate-slave.opt' --- a/mysql-test/suite/ndb_rpl/t/ndb_rpl_relayrotate-slave.opt 2011-05-13 07:40:50 +0000 +++ b/mysql-test/suite/ndb_rpl/t/ndb_rpl_relayrotate-slave.opt 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ ---max_relay_log_size=16384 ---loose-innodb ---log-warnings No bundle (reason: useless for push emails).