diff options
author | unknown <timour@askmonty.org> | 2010-12-03 15:37:54 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2010-12-03 15:37:54 +0200 |
commit | be95cde85991f4d4149d6532801720e583257642 (patch) | |
tree | 3a776a23ab79ba041809b6cf9fd813925bf8b24f /mysql-test/r/subselect_cache.result | |
parent | ab5e4eefd5d25c6e0755c2460dbb433a7a9e913b (diff) | |
parent | 1b3336dc30cf97283cca6071f089df992c425eb2 (diff) | |
download | mariadb-git-be95cde85991f4d4149d6532801720e583257642.tar.gz |
Merge 5.3-mwl89 into 5.3.
Diffstat (limited to 'mysql-test/r/subselect_cache.result')
-rw-r--r-- | mysql-test/r/subselect_cache.result | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/subselect_cache.result b/mysql-test/r/subselect_cache.result index 7b9dc3c943f..115a80af55d 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 |