From: Mayank Prasad Date: April 23 2012 4:18am Subject: bzr push into mysql-trunk branch (mayank.prasad:3883 to 3884) List-Archive: http://lists.mysql.com/commits/143601 Message-Id: <201204230418.q3N4IH1d007551@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3884 Mayank Prasad 2012-04-23 finxing test case bug12427262 result file. modified: mysql-test/r/bug12427262.result 3883 Sunny Bains 2012-04-23 Bug#13989037 - AVOID CONTEXT SWITCH DURING TRX_COMMIT() REMOVE THE VIEW EARLY Fix debug build code. Move the debug functions to read0read.ic too. modified: storage/innobase/include/read0read.ic storage/innobase/read/read0read.cc === modified file 'mysql-test/r/bug12427262.result' --- a/mysql-test/r/bug12427262.result 2012-04-21 00:00:38 +0000 +++ b/mysql-test/r/bug12427262.result 2012-04-23 04:17:04 +0000 @@ -33,7 +33,7 @@ like "%show_table_lw_db%" AND FILE_NAME into @count_read_after; select @count_read_after-@count_read_before; @count_read_after-@count_read_before -10.000000000000000000000000000000 +0.000000000000000000000000000000 show full tables; Tables_in_show_table_lw_db Table_type t1 BASE TABLE @@ -51,6 +51,6 @@ like "%show_table_lw_db%" AND FILE_NAME into @count_read_after; select @count_read_after-@count_read_before; @count_read_after-@count_read_before -20.000000000000000000000000000000 +10.000000000000000000000000000000 drop table t1; drop database show_table_lw_db; No bundle (reason: useless for push emails).