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

Merge branch '11.0' into 11.1

This commit is contained in:
Oleksandr Byelkin
2023-08-09 08:25:14 +02:00
870 changed files with 11721 additions and 6317 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