From: magnus.blaudd Date: April 11 2012 9:41am Subject: bzr push into mysql-5.1-telco-7.1 branch (magnus.blaudd:4522 to 4523) List-Archive: http://lists.mysql.com/commits/143446 Message-Id: <201204110941.q3B9fD2R009391@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4523 magnus.blaudd@stripped 2012-04-11 [merge] Merge 7.0 -> 7.1 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 storage/ndb/src/common/util/version.cpp 4522 Craig L Russell 2012-04-08 Clusterj big endian bit types fix modified: storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/NdbRecordImpl.java storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/NdbRecordSmartValueHandlerImpl.java === 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 === modified file 'storage/ndb/src/common/util/version.cpp' --- a/storage/ndb/src/common/util/version.cpp 2011-06-30 16:04:23 +0000 +++ b/storage/ndb/src/common/util/version.cpp 2012-04-11 09:26:01 +0000 @@ -96,6 +96,11 @@ struct NdbUpGradeCompatible { }; struct NdbUpGradeCompatible ndbCompatibleTable_full[] = { + { MAKE_VERSION(7,3,NDB_VERSION_BUILD), MAKE_VERSION(7,3,0), UG_Range }, + { MAKE_VERSION(7,3,NDB_VERSION_BUILD), MAKE_VERSION(7,2,0), UG_Range }, + { MAKE_VERSION(7,3,NDB_VERSION_BUILD), MAKE_VERSION(7,1,0), UG_Range }, + { MAKE_VERSION(7,3,NDB_VERSION_BUILD), MAKE_VERSION(7,0,0), UG_Range }, + { MAKE_VERSION(7,2,NDB_VERSION_BUILD), MAKE_VERSION(7,2,0), UG_Range }, { MAKE_VERSION(7,2,NDB_VERSION_BUILD), MAKE_VERSION(7,1,0), UG_Range }, { MAKE_VERSION(7,2,NDB_VERSION_BUILD), MAKE_VERSION(7,0,0), UG_Range }, No bundle (reason: useless for push emails).