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

Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin
2023-08-01 15:08:52 +02:00
827 changed files with 11530 additions and 5879 deletions

View File

@ -822,14 +822,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 #