#3911 merge the checkpoint lock test fixes from 5.0.5 to main refs[t:3911]

git-svn-id: file:///svn/mysql/tests/mysql-test@34269 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2011-08-31 13:52:29 +00:00
parent 89e9f004a4
commit baed785c6a

View file

@ -8,6 +8,7 @@ connect (conn1,localhost,root,,);
connect (conn2,localhost,root,,);
connection default;
--sleep 2
--echo # should see nothing
select DB, command, state, info from information_schema.processlist;