mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -1795,7 +1795,7 @@ SELECT * FROM t1 FORCE KEY (state,capital)
|
||||
WHERE ( state = 'Alabama' OR state >= 'Colorado' ) AND id != 9
|
||||
OR ( capital >= 'Topeka' OR state = 'Kansas' ) AND state != 'Texas';
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t1 range state,capital state 71 NULL 12 Using index condition; Using where
|
||||
1 SIMPLE t1 range state,capital state 71 NULL 8 Using index condition; Using where
|
||||
SELECT * FROM t1 FORCE KEY (state,capital)
|
||||
WHERE ( state = 'Alabama' OR state >= 'Colorado' ) AND id != 9
|
||||
OR ( capital >= 'Topeka' OR state = 'Kansas' ) AND state != 'Texas';
|
||||
|
Reference in New Issue
Block a user