mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Backport a fix for innodb_bug59641 from mysql-trunk-innodb
This commit is contained in:
@ -28,6 +28,8 @@ UPDATE t SET b=4*a WHERE a=32;
|
|||||||
XA END '789';
|
XA END '789';
|
||||||
XA PREPARE '789';
|
XA PREPARE '789';
|
||||||
|
|
||||||
|
CONNECT (con3,localhost,root,,);
|
||||||
|
CONNECTION con3;
|
||||||
# The server would issue this warning on restart.
|
# The server would issue this warning on restart.
|
||||||
call mtr.add_suppression("Found 3 prepared XA transactions");
|
call mtr.add_suppression("Found 3 prepared XA transactions");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user