1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-14057: Fix some tests

This commit is contained in:
Marko Mäkelä
2020-03-19 06:58:49 +02:00
parent a0ce62f804
commit e28b4b68d3
3 changed files with 17 additions and 7 deletions

View File

@ -234,7 +234,7 @@ start transaction;
set @g1 = ST_GeomFromText('Polygon((800 800, 800 1000, 1000 1000, 1000 800, 800 800))');
select count(*) from t1 where MBRwithin(t1.c2, @g1);
count(*)
201
199
connection b;
CALL insert_t1(1001, 2000);
set session transaction isolation level serializable;