#At file:///home/acorreia/workspace.oracle/repository.mysql/bzrwork/bug-11763126/mysql-trunk/ based on revid:bjorn.munch@stripped
3081 Alfranio Correia 2011-05-13
Post-fix for BUG#11763471, BUG#11763126
Fixed test case that was failing when the ps-protocol was used.
modified:
mysql-test/suite/rpl/r/rpl_begin_commit_rollback.result
mysql-test/suite/rpl/t/rpl_begin_commit_rollback.test
=== modified file 'mysql-test/suite/rpl/r/rpl_begin_commit_rollback.result'
--- a/mysql-test/suite/rpl/r/rpl_begin_commit_rollback.result 2011-05-12 17:29:19 +0000
+++ b/mysql-test/suite/rpl/r/rpl_begin_commit_rollback.result 2011-05-13 13:35:12 +0000
@@ -350,8 +350,8 @@ BEGIN
UPDATE t2 SET c1=3;
RETURN 2;
END |
-CREATE TABLE t4 (c1 INT);
-INSERT INTO t4 VAlUES(1),(2);
+CREATE TABLE t4 (c1 INT) |
+INSERT INTO t4 VAlUES(1),(2) |
CREATE FUNCTION f_multi_update()
RETURNS INT
BEGIN
=== modified file 'mysql-test/suite/rpl/t/rpl_begin_commit_rollback.test'
--- a/mysql-test/suite/rpl/t/rpl_begin_commit_rollback.test 2011-05-12 17:29:19 +0000
+++ b/mysql-test/suite/rpl/t/rpl_begin_commit_rollback.test 2011-05-13 13:35:12 +0000
@@ -273,8 +273,8 @@ BEGIN
RETURN 2;
END |
-CREATE TABLE t4 (c1 INT);
-INSERT INTO t4 VAlUES(1),(2);
+CREATE TABLE t4 (c1 INT) |
+INSERT INTO t4 VAlUES(1),(2) |
CREATE FUNCTION f_multi_update()
RETURNS INT
BEGIN
Attachment: [text/bzr-bundle] bzr/alfranio.correia@oracle.com-20110513133512-ak7fcf5yh0vk40my.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (alfranio.correia:3081) Bug#11763126Bug#11763471 | Alfranio Correia | 13 May |