mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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