1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch '11.1' into 11.2

This commit is contained in:
Sergei Golubchik
2023-08-17 17:27:05 +02:00
879 changed files with 12425 additions and 6297 deletions

View File

@ -25,7 +25,9 @@ connect (con1,localhost,root,,);
connection con1;
set @g1 = ST_GeomFromText('Polygon((0 0,0 100,100 100,100 0,0 0))');
set transaction isolation level read uncommitted;
--disable_ps2_protocol
select count(*) from t1 where ST_Within(t1.c2, @g1);
--enable_ps2_protocol
disconnect con1;
--source include/wait_until_disconnected.inc