1
0
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:
Vasil Dimov
2011-04-21 10:48:30 +03:00
parent d861323dfb
commit 4923b866b8

View File

@ -28,6 +28,8 @@ UPDATE t SET b=4*a WHERE a=32;
XA END '789';
XA PREPARE '789';
CONNECT (con3,localhost,root,,);
CONNECTION con3;
# The server would issue this warning on restart.
call mtr.add_suppression("Found 3 prepared XA transactions");