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

Merge branch '10.11' into 11.0

This commit is contained in:
Oleksandr Byelkin
2023-08-08 21:03:46 +02:00
870 changed files with 11721 additions and 6311 deletions

View File

@ -835,14 +835,18 @@ from t1
group by a, b
order by a
fetch first 1 rows with ties;
--disable_ps2_protocol
SELECT FOUND_ROWS();
--enable_ps2_protocol
--sorted_result
select SQL_CALC_FOUND_ROWS a, b
from t1
order by a
fetch first 1 rows with ties;
--disable_ps2_protocol
SELECT FOUND_ROWS();
--enable_ps2_protocol
--enable_view_protocol
--echo #