diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-06-03 21:45:24 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-06-03 21:45:24 +0400 |
commit | f0f2ec3086000a22e83ce9ca33d59a3347784e0c (patch) | |
tree | 8afa808bd71bf6f91fd2c73edc17cdc053330633 /mysql-test/r/sp.result | |
parent | 668d79e87c75a916032447cedcab96b21908b089 (diff) | |
download | mariadb-git-f0f2ec3086000a22e83ce9ca33d59a3347784e0c.tar.gz |
Buildbot fixes:
- make sp.test work both with and without query_cache (attempt 2)
- fix compile warning in make_sort_key(), as directed by SergeiG
Diffstat (limited to 'mysql-test/r/sp.result')
-rw-r--r-- | mysql-test/r/sp.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index 832d8baee0e..50dd2ae7047 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -3064,7 +3064,6 @@ select @x| @x 3 # Restore the old query cache size -set global query_cache_size = @qcs1| delete from t1| drop function bug9902| drop function if exists bug9102| |