From: Sneha Modi Date: January 10 2012 6:14am Subject: bzr push into mysql-trunk branch (sneha.modi:3714 to 3715) Bug#11748572 List-Archive: http://lists.mysql.com/commits/142349 X-Bug: 11748572 Message-Id: <201201100615.q0A6F0Cn023885@acsmt357.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3715 Sneha Modi 2012-01-10 [merge] Bug#11748572: Merging from mysql-5.5 -> mysql-trunk modified: mysql-test/collections/default.experimental mysql-test/suite/sys_vars/t/disabled.def 3714 Yasufumi Kinoshita 2012-01-10 [merge] Bug#12400341 INNODB CAN LEAVE ORPHAN IBD FILES AROUND If we meet DB_TOO_MANY_CONCURRENT_TRXS during the execution tab_create_graph from row_create_table_for_mysql(), .ibd file for the table should be created already but was not deleted for the error handling. rb:875 approved by Jimmy Yang added: mysql-test/suite/innodb/r/innodb_bug12400341.result mysql-test/suite/innodb/t/innodb_bug12400341-master.opt mysql-test/suite/innodb/t/innodb_bug12400341.test modified: mysql-test/suite/sys_vars/r/all_vars.result mysql-test/suite/sys_vars/t/all_vars.test storage/innobase/handler/ha_innodb.cc storage/innobase/include/trx0rseg.ic storage/innobase/include/trx0sys.h storage/innobase/row/row0mysql.cc storage/innobase/trx/trx0sys.cc === modified file 'mysql-test/collections/default.experimental' --- a/mysql-test/collections/default.experimental 2012-01-05 05:16:25 +0000 +++ b/mysql-test/collections/default.experimental 2012-01-10 06:13:22 +0000 @@ -32,8 +32,6 @@ sys_vars.max_sp_recursion_depth_func @so sys_vars.ndb_log_update_as_write_basic sys_vars.have_ndbcluster_basic sys_vars.ndb_log_updated_only_basic -sys_vars.query_cache_size_basic_64 # Bug#11748572 - 36747: ALLOCATING A LARGE QUERY CACHE IS NOT DETERMINISTIC -sys_vars.query_cache_size_basic_32 # Bug#11748572 - 36747: ALLOCATING A LARGE QUERY CACHE IS NOT DETERMINISTIC sys_vars.rpl_init_slave_func # Bug#12535301 2011-05-09 andrei sys_vars.rpl_init_slave_func mismatches in daily-5.5 rpl.rpl_mixed_mts_rec_crash_safe @solaris # Bug#12902514 2011-08-19 andrei mts recovery tests are slow === modified file 'mysql-test/suite/sys_vars/t/disabled.def' --- a/mysql-test/suite/sys_vars/t/disabled.def 2011-11-21 21:49:54 +0000 +++ b/mysql-test/suite/sys_vars/t/disabled.def 2012-01-10 06:13:22 +0000 @@ -11,4 +11,6 @@ ############################################################################## transaction_prealloc_size_basic_32 : Bug#11748572 transaction_prealloc_size_basic_64 : Bug#11748572 +query_cache_size_basic_32 : Bug#13535584 +query_cache_size_basic_64 : Bug#11748572 #thread_cache_size_func : Bug#11750172: 2008-11-07 joro main.thread_cache_size_func fails in pushbuild when run with pool of threads No bundle (reason: useless for push emails).