Skip to content

Commit 665c4fc

Browse files
committed
fix incorrect merge 15700f5 (part 2) rocksdb_rpl.rpl_xa
In 805e7ca the errors codes for "Pseudo thread id should not be modified by the client as it will be overwritten" changed from 4196 back to 4205 where it was previously however this test case wasn't re-recorded.
1 parent 7733d63 commit 665c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/mysql-test/rocksdb_rpl/r/rpl_xa.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ insert into t2 values (0);
3636
xa end 's';
3737
xa prepare 's';
3838
Warnings:
39-
Warning 4196 Pseudo thread id should not be modified by the client as it will be overwritten
39+
Warning 4205 Pseudo thread id should not be modified by the client as it will be overwritten
4040
include/save_master_gtid.inc
4141
connection slave;
4242
include/sync_with_master_gtid.inc

0 commit comments

Comments
 (0)