summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-destruct.test
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-03-30 14:33:53 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-03-30 14:33:53 +0200
commit4c1eb0c1719004b66187a166ddf0765cb481a927 (patch)
tree73a9276fcc1fd32b6d790c3d7e0281816c9310cc /mysql-test/t/sp-destruct.test
parent761ba8349de904d708595a82f826f2558e8785a0 (diff)
downloadmariadb-git-4c1eb0c1719004b66187a166ddf0765cb481a927.tar.gz
mtr: cleaned up some superfluos global warning suppressions
Diffstat (limited to 'mysql-test/t/sp-destruct.test')
-rw-r--r--mysql-test/t/sp-destruct.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/sp-destruct.test b/mysql-test/t/sp-destruct.test
index 720c24b2c24..b006a36b8fd 100644
--- a/mysql-test/t/sp-destruct.test
+++ b/mysql-test/t/sp-destruct.test
@@ -14,6 +14,7 @@
# Supress warnings written to the log file
call mtr.add_suppression("Column count of mysql.proc is wrong. Expected 20, found 19. The table is probably corrupted");
+call mtr.add_suppression("Stored routine .test...bug14233_[123].: invalid value in column mysql.proc");
# Backup proc table
let $MYSQLD_DATADIR= `select @@datadir`;