diff options
author | unknown <timour@askmonty.org> | 2012-06-14 23:55:22 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-06-14 23:55:22 +0300 |
commit | cf3a499f541e66e1b8aa96fe16e36a48ed1c0a0e (patch) | |
tree | f355d8c09324971c8c04a36d0b3953b6fd2f384a /mysql-test/r/subselect_mat_cost.result | |
parent | 28b4aba40a65006af33cc8e1464ab28643442309 (diff) | |
parent | c2677de7aca09a0ba4b680b5227bda3865ab9290 (diff) | |
download | mariadb-git-cf3a499f541e66e1b8aa96fe16e36a48ed1c0a0e.tar.gz |
Merge the fix for lp:944706, mdev-193
Diffstat (limited to 'mysql-test/r/subselect_mat_cost.result')
-rw-r--r-- | mysql-test/r/subselect_mat_cost.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/subselect_mat_cost.result b/mysql-test/r/subselect_mat_cost.result index 893209a07fc..081196a227b 100644 --- a/mysql-test/r/subselect_mat_cost.result +++ b/mysql-test/r/subselect_mat_cost.result @@ -496,7 +496,7 @@ from City where City.population > 10000000; id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY City range Population Population 5 NULL 4 Using index condition; Rowid-ordered scan -2 DEPENDENT SUBQUERY Country index_subquery CountryCapital CountryCapital 5 func 2 Using index; Using where +2 SUBQUERY Country index_subquery CountryCapital CountryCapital 5 func 2 Using index; Using where select Name, City.id in (select capital from Country where capital is not null) as is_capital from City where City.population > 10000000; |