mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.11' into 11.0
This commit is contained in:
@ -983,6 +983,7 @@ EXPLAIN SELECT a, MAX(b) FROM t2 WHERE a IN (10,100) GROUP BY a;
|
||||
|
||||
# view protocol will cause changed table counters
|
||||
--disable_view_protocol
|
||||
--disable_ps2_protocol
|
||||
FLUSH status;
|
||||
SELECT a, MAX(b) FROM t1_part WHERE a IN (10, 100) GROUP BY a;
|
||||
SHOW status LIKE 'handler_read%';
|
||||
@ -990,6 +991,7 @@ SHOW status LIKE 'handler_read%';
|
||||
FLUSH status;
|
||||
SELECT a, MAX(b) FROM t2 WHERE a IN (10, 100) GROUP BY a;
|
||||
SHOW status LIKE 'handler_read%';
|
||||
--enable_ps2_protocol
|
||||
|
||||
--enable_view_protocol
|
||||
insert into t2 select 100,seq from seq_1_to_100;
|
||||
|
Reference in New Issue
Block a user