mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -237,11 +237,13 @@ EXPLAIN SELECT SQL_CALC_FOUND_ROWS * FROM t1 LEFT JOIN t2 ON t1.a=t2.a
|
||||
LEFT JOIN t3 ON t2.b=t3.b;
|
||||
FLUSH STATUS ;
|
||||
--disable_ps2_protocol
|
||||
--disable_cursor_protocol
|
||||
SELECT SQL_CALC_FOUND_ROWS * FROM t1 LEFT JOIN t2 ON t1.a=t2.a
|
||||
LEFT JOIN t3 ON t2.b=t3.b;
|
||||
|
||||
--disable_view_protocol
|
||||
SELECT FOUND_ROWS();
|
||||
--enable_cursor_protocol
|
||||
SHOW STATUS LIKE "handler_read%";
|
||||
--enable_view_protocol
|
||||
--enable_ps2_protocol
|
||||
|
Reference in New Issue
Block a user