mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
Made the optimizer switch for index condition pushdown set to 'on' by default.
This commit is contained in:
@@ -119,7 +119,7 @@ key PRIMARY
|
||||
key_len 4
|
||||
ref t2.a
|
||||
rows 1
|
||||
Extra Using where
|
||||
Extra Using index condition; Using where
|
||||
id 2
|
||||
select_type DERIVED
|
||||
table NULL
|
||||
@@ -323,7 +323,7 @@ key PRIMARY
|
||||
key_len 4
|
||||
ref t2.a
|
||||
rows 1
|
||||
Extra Using where
|
||||
Extra Using index condition; Using where
|
||||
id 2
|
||||
select_type DERIVED
|
||||
table NULL
|
||||
|
||||
Reference in New Issue
Block a user