#At file:///home/bm136801/my/mysql-5.1-bugteam/ based on revid:bjorn.munch@stripped
3517 Bjorn Munch 2010-10-03
Small test fix after 56753
modified:
mysql-test/suite/innodb_plugin/t/innodb_bug53756.test
=== modified file 'mysql-test/suite/innodb_plugin/t/innodb_bug53756.test'
--- a/mysql-test/suite/innodb_plugin/t/innodb_bug53756.test 2010-09-07 05:41:37 +0000
+++ b/mysql-test/suite/innodb_plugin/t/innodb_bug53756.test 2010-10-03 17:39:28 +0000
@@ -34,8 +34,8 @@ INSERT INTO bug_53756 VALUES(1, 11), (2,
--echo
--echo # Select a less restrictive isolation level.
# Don't use user variables. They won't survive server crash.
---let $global_isolation= `SELECT @@global.tx_isolation`;
---let $session_isolation= `SELECT @@session.tx_isolation`;
+--let $global_isolation= `SELECT @@global.tx_isolation`
+--let $session_isolation= `SELECT @@session.tx_isolation`
SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;
SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
COMMIT;
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101003173928-srhkhn8u65hwqv81.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (bjorn.munch:3517) | Bjorn Munch | 3 Oct |