MXS-2431 Add test that reveals the problem
This commit is contained in:
parent
1652b18a7b
commit
62f2a86a5f
@ -121,3 +121,11 @@ SELECT X(coordinates), Y(coordinates), ST_X(coordinates), ST_Y(coordinates) FROM
|
||||
|
||||
# MXS-2248
|
||||
SELECT curdate() + interval '60' day;
|
||||
|
||||
# MXS-2431
|
||||
XA BEGIN 'xid';
|
||||
XA END 'xid';
|
||||
XA PREPARE 'xid';
|
||||
XA COMMIT 'xid';
|
||||
XA ROLLBACK 'xid'
|
||||
XA RECOVER 'xid';
|
||||
|
Loading…
x
Reference in New Issue
Block a user