diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:33:53 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:33:53 +0200 |
commit | c82e0399cbaae0a6bdcdb3362309a967f3a93688 (patch) | |
tree | 73a9276fcc1fd32b6d790c3d7e0281816c9310cc /mysql-test/t/order_by.test | |
parent | 4619d5c1070c0f39f2cc6383f6ad1dd70702c152 (diff) | |
download | mariadb-git-c82e0399cbaae0a6bdcdb3362309a967f3a93688.tar.gz |
mtr: cleaned up some superfluos global warning suppressions
Diffstat (limited to 'mysql-test/t/order_by.test')
-rw-r--r-- | mysql-test/t/order_by.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/order_by.test b/mysql-test/t/order_by.test index 1064320b65c..e310d960c97 100644 --- a/mysql-test/t/order_by.test +++ b/mysql-test/t/order_by.test @@ -846,8 +846,7 @@ set session max_sort_length= 2180; --error 1038 select * from t1 order by b; drop table t1; - - +call mtr.add_suppression("Out of sort memory; increase server sort buffer size"); --echo # --echo # Bug #39844: Query Crash Mysql Server 5.0.67 --echo # |