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:
@ -58,8 +58,10 @@ set sort_buffer_size= 32768;
|
||||
FLUSH STATUS;
|
||||
SHOW SESSION STATUS LIKE 'Sort%';
|
||||
|
||||
--disable_ps2_protocol
|
||||
explain SELECT * FROM t1 ORDER BY f2 LIMIT 100;
|
||||
SELECT * FROM t1 ORDER BY f2 LIMIT 100;
|
||||
--enable_ps2_protocol
|
||||
|
||||
create table t2
|
||||
select * from information_schema.SESSION_STATUS
|
||||
|
Reference in New Issue
Block a user