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:
@ -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 #
|
||||
|
Reference in New Issue
Block a user