summaryrefslogtreecommitdiff
path: root/mysql-test/main/subselect_exists2in_costmat.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/subselect_exists2in_costmat.result')
-rw-r--r--mysql-test/main/subselect_exists2in_costmat.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/subselect_exists2in_costmat.result b/mysql-test/main/subselect_exists2in_costmat.result
index 98a949ece6d..1c9574aafd3 100644
--- a/mysql-test/main/subselect_exists2in_costmat.result
+++ b/mysql-test/main/subselect_exists2in_costmat.result
@@ -65,7 +65,7 @@ Name LIKE 'L%') AND
surfacearea > 1000000;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY Country ALL Name,SurfaceArea NULL NULL NULL 239 Using where
-2 MATERIALIZED City ALL Population,Country NULL NULL NULL 4080 Using where
+2 MATERIALIZED City ALL Population,Country NULL NULL NULL 4079 Using where
SELECT Name FROM Country
WHERE (EXISTS (select 1 from City where City.Population > 100000 and
Code = Country) OR