diff options
author | unknown <msvensson@shellback.(none)> | 2006-07-29 13:02:28 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-07-29 13:02:28 +0200 |
commit | 12a6874af18ca3a44ec77fc8161c206843425598 (patch) | |
tree | 56e40f7542cd6feafbd4076dc0aaa214b334b49a /mysql-test/r/query_cache.result | |
parent | 01b65e9032ff3502470ebf8fb7082ab6317adc79 (diff) | |
download | mariadb-git-12a6874af18ca3a44ec77fc8161c206843425598.tar.gz |
Remove spurious printout in result file caused by previous missing semicolon
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r-- | mysql-test/r/query_cache.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result index 53f62dc91b4..f9c332138d2 100644 --- a/mysql-test/r/query_cache.result +++ b/mysql-test/r/query_cache.result @@ -935,7 +935,6 @@ zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcbazy flush query cache; drop table t1, t2; set GLOBAL query_cache_size=1355776; -#; flush status; CREATE TABLE t1 ( `date` datetime NOT NULL default '0000-00-00 00:00:00', |