mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -28,6 +28,7 @@ select
|
||||
from
|
||||
seq_0_to_1999;
|
||||
|
||||
analyze table t2 persistent for all;
|
||||
select pk1, count(*) from t2 group by pk1;
|
||||
|
||||
--echo # The following should use range(ux_pk1_fd5), two key parts (key_len=5+8=13)
|
||||
|
Reference in New Issue
Block a user