3195 Dmitry Lenev 2010-11-19 [merge]
Merged recent change from mysql-5.5-bugteam into
mysql-5.5-runtime tree.
modified:
mysql-test/r/show_check.result
mysql-test/t/show_check.test
3194 Dmitry Lenev 2010-11-19
Suppress false-positive uninitialized variable use
warnings in Event_queue::get_top_for_execution_if_time()
method which has caused -Werror build to fail.
modified:
sql/event_queue.cc
=== modified file 'mysql-test/r/show_check.result'
--- a/mysql-test/r/show_check.result 2010-11-18 14:08:32 +0000
+++ b/mysql-test/r/show_check.result 2010-11-19 05:33:34 +0000
@@ -1525,13 +1525,13 @@ SET NAMES latin1;
SELECT GET_LOCK('t',1000) AS 'óóóó';;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
-### root localhost test Query ### ### SHOW PROCESSLIST
-### root localhost test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
+### root ### test Query ### ### SHOW PROCESSLIST
+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'ódb Command Time State Info
-### root localhost test Query ### ### SHOW PROCESSLIST
-### root localhost test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
+### root ### test Query ### ### SHOW PROCESSLIST
+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
SELECT RELEASE_LOCK('t');
RELEASE_LOCK('t')
1
=== modified file 'mysql-test/t/show_check.test'
--- a/mysql-test/t/show_check.test 2010-11-18 14:08:32 +0000
+++ b/mysql-test/t/show_check.test 2010-11-19 05:33:34 +0000
@@ -1343,10 +1343,10 @@ SET NAMES latin1;
let $wait_timeout= 10;
let $wait_condition= SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE '%GET_LOCK%' AND ID != CONNECTION_ID();
--source include/wait_condition.inc
---replace_column 1 ### 6 ### 7 ###
+--replace_column 1 ### 3 ### 6 ### 7 ###
SHOW PROCESSLIST;
SET NAMES utf8;
---replace_column 1 ### 6 ### 7 ###
+--replace_column 1 ### 3 ### 6 ### 7 ###
SHOW PROCESSLIST;
SELECT RELEASE_LOCK('t');
--connection con1
No bundle (reason: useless for push emails).| Thread |
|---|
| • bzr push into mysql-5.5-runtime branch (Dmitry.Lenev:3194 to 3195) | Dmitry Lenev | 19 Nov |