mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.3->5.5 merge
This commit is contained in:
@ -1041,6 +1041,8 @@ INSERT INTO t1 VALUES
|
||||
|
||||
SET SESSION join_cache_level = 0;
|
||||
|
||||
# vanilla InnoDB doesn't do ICP
|
||||
--replace_result "Using where" "Using index condition"
|
||||
EXPLAIN
|
||||
SELECT t1.a FROM t1 LEFT JOIN t2 ON t1.pk = t2.a
|
||||
WHERE t1.pk >= 6 HAVING t1.a<> 0 AND t1.a <> 11
|
||||
|
Reference in New Issue
Block a user