summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_cache.result
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2010-11-19 13:07:55 +0200
committerunknown <timour@askmonty.org>2010-11-19 13:07:55 +0200
commitb1c6dc6e90ada6fc6a8fcbabff97e6b75c33e4cb (patch)
tree718c6facddb3d4bd1346d7c2c2d3eda9de3b6099 /mysql-test/r/subselect_cache.result
parentde35f1437ad43c45c3b62e8635fb488345ced516 (diff)
downloadmariadb-git-b1c6dc6e90ada6fc6a8fcbabff97e6b75c33e4cb.tar.gz
- Fixed innodb_mysql_lock2 test failure because the test did not
anticipate different execution paths resulting in different thd->proc_info. - Fixed subselect_cache to contain correct results. The results are currently wrong in 5.3, but are correct in 5.2, and 5.3-mwl89.
Diffstat (limited to 'mysql-test/r/subselect_cache.result')
-rw-r--r--mysql-test/r/subselect_cache.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/subselect_cache.result b/mysql-test/r/subselect_cache.result
index 7d9e2bb7150..02c0d08e7c2 100644
--- a/mysql-test/r/subselect_cache.result
+++ b/mysql-test/r/subselect_cache.result
@@ -897,7 +897,7 @@ a b SUBS
5 6 1
4 5 1
7 8 NULL
-9 NULL NULL
+9 NULL 1
show status like "subquery_cache%";
Variable_name Value
Subquery_cache_hit 0
@@ -916,7 +916,7 @@ a b SUBS
5 6 1
4 5 1
7 8 NULL
-9 NULL NULL
+9 NULL 1
show status like "subquery_cache%";
Variable_name Value
Subquery_cache_hit 6
@@ -977,7 +977,7 @@ a b SUBS
5 6 0
4 5 0
7 8 NULL
-9 NULL NULL
+9 NULL 0
show status like "subquery_cache%";
Variable_name Value
Subquery_cache_hit 0
@@ -996,7 +996,7 @@ a b SUBS
5 6 0
4 5 0
7 8 NULL
-9 NULL NULL
+9 NULL 0
show status like "subquery_cache%";
Variable_name Value
Subquery_cache_hit 6