mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge branch '10.5' into 10.6
This commit is contained in:
commit
f5c5f8e41e
878 changed files with 17971 additions and 5952 deletions
|
|
@ -183,13 +183,13 @@ explain select * from t1 where pk1 != 0 and key1 = 1 {
|
|||
},
|
||||
{
|
||||
"selectivity_for_indexes": [
|
||||
{
|
||||
"index_name": "PRIMARY",
|
||||
"selectivity_from_index": 1
|
||||
},
|
||||
{
|
||||
"index_name": "key1",
|
||||
"selectivity_from_index": 0.001
|
||||
},
|
||||
{
|
||||
"index_name": "PRIMARY",
|
||||
"selectivity_from_index": 1
|
||||
}
|
||||
],
|
||||
"selectivity_for_columns": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue