diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-01-31 17:12:44 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-01-31 17:12:44 +0100 |
commit | 26f3c337922e63fc2626a69a866bd38a75840ee0 (patch) | |
tree | 44f2bacd139d506141615beab20fc0c2a898b8d6 /mysql-test/t/variables-big.test | |
parent | b6a82a7c5a6b596e8e4cd4deb1cdbc3d63163231 (diff) | |
download | mariadb-git-26f3c337922e63fc2626a69a866bd38a75840ee0.tar.gz |
a couple of fixes for tests
Diffstat (limited to 'mysql-test/t/variables-big.test')
-rw-r--r-- | mysql-test/t/variables-big.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/variables-big.test b/mysql-test/t/variables-big.test index 60d83e92c0a..58098f4c879 100644 --- a/mysql-test/t/variables-big.test +++ b/mysql-test/t/variables-big.test @@ -74,5 +74,3 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5; SHOW PROCESSLIST; --enable_warnings -SET @@session.transaction_prealloc_size= @def_var; - |