summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-03-30 23:38:56 +0300
committerunknown <bell@sanja.is.com.ua>2004-03-30 23:38:56 +0300
commit963debbe778fb17dc6d99cc33020c63c5f7cb819 (patch)
tree040a63eb96cf56a15dd16793212073d9f05a9390 /mysql-test/r/query_cache.result
parent35a21a9c105c3f241d0cd3c64c3242a7fdcc1fa3 (diff)
downloadmariadb-git-963debbe778fb17dc6d99cc33020c63c5f7cb819.tar.gz
null processing for character_set_results (BUG#3296)
mysql-test/r/query_cache.result: test suite for BUG#3296 mysql-test/t/query_cache.test: test suite for BUG#3296 sql/sql_cache.cc: null processing for character_set_results
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r--mysql-test/r/query_cache.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result
index bbba7026b14..8d03a7bbcf0 100644
--- a/mysql-test/r/query_cache.result
+++ b/mysql-test/r/query_cache.result
@@ -846,4 +846,9 @@ SELECT * FROM test.t1;
a
USE test;
DROP TABLE t1;
+set character_set_results=null;
+select @@character_set_results;
+@@character_set_results
+NULL
+set character_set_results=default;
SET GLOBAL query_cache_size=0;