diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-30 14:55:53 +0200 |
commit | 89d96e3de9f8e8c4ff83c42d3615daf622280439 (patch) | |
tree | ed87e8abab2e8a1f8b8a23ba8988181f5161a18f /mysql-test/r/sp-destruct.result | |
parent | b227dc82b19d316248e1d1b959616b68b9235de7 (diff) | |
parent | 4c1eb0c1719004b66187a166ddf0765cb481a927 (diff) | |
download | mariadb-git-89d96e3de9f8e8c4ff83c42d3615daf622280439.tar.gz |
mtr: cleaned up some superfluos global warning suppressions
Diffstat (limited to 'mysql-test/r/sp-destruct.result')
-rw-r--r-- | mysql-test/r/sp-destruct.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/sp-destruct.result b/mysql-test/r/sp-destruct.result index a3c8574d141..dc03016c516 100644 --- a/mysql-test/r/sp-destruct.result +++ b/mysql-test/r/sp-destruct.result @@ -1,4 +1,5 @@ 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"); use test; drop procedure if exists bug14233; drop function if exists bug14233; |