mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix an intermittent test failure
This commit is contained in:
@ -47,6 +47,7 @@ SELECT ST_AsText(g) FROM t_wl6455 WHERE g = POINT(10,10);
|
||||
ST_AsText(g)
|
||||
INSERT INTO t_wl6455 VALUES(10, POINT(10,10));
|
||||
COMMIT;
|
||||
FLUSH TABLES;
|
||||
INSERT INTO t_wl6455 VALUES(11, POINT(11,11));
|
||||
BEGIN;
|
||||
INSERT INTO t_wl6455 VALUES(1, POINT(1,1));
|
||||
|
Reference in New Issue
Block a user