mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -809,7 +809,7 @@ PRIMARY KEY(pk)
|
||||
INSERT INTO t2 SELECT a,a FROM t1;
|
||||
EXPLAIN SELECT pk FROM t2 FORCE INDEX(k1);
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t2 index NULL k1 23 NULL 10 Using index
|
||||
1 SIMPLE t2 index NULL k1 23 NULL # Using index
|
||||
DROP TABLE t1,t2;
|
||||
set global innodb_stats_persistent= @innodb_stats_persistent_save;
|
||||
set global innodb_stats_persistent_sample_pages= @innodb_stats_persistent_sample_pages_save;
|
||||
|
Reference in New Issue
Block a user