mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fix incorrect merge 15700f54c2
error messages in 11.8 should have same numbers as in 11.4
This commit is contained in:
@@ -30,7 +30,7 @@ insert into t2 values (0);
|
||||
xa end 's';
|
||||
xa prepare 's';
|
||||
Warnings:
|
||||
Warning 4196 Pseudo thread id should not be modified by the client as it will be overwritten
|
||||
Warning 4205 Pseudo thread id should not be modified by the client as it will be overwritten
|
||||
include/save_master_gtid.inc
|
||||
connection slave;
|
||||
include/sync_with_master_gtid.inc
|
||||
|
@@ -36,7 +36,7 @@ insert into t2 values (0);
|
||||
xa end 's';
|
||||
xa prepare 's';
|
||||
Warnings:
|
||||
Warning 4196 Pseudo thread id should not be modified by the client as it will be overwritten
|
||||
Warning 4205 Pseudo thread id should not be modified by the client as it will be overwritten
|
||||
include/save_master_gtid.inc
|
||||
connection slave;
|
||||
include/sync_with_master_gtid.inc
|
||||
|
Reference in New Issue
Block a user