diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-02-24 10:32:22 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-02-24 10:32:22 +0300 |
commit | bca31a686ded83db136be66efe36eab022ebf882 (patch) | |
tree | 7b877fd684c7e308b5694b7a837885828fa18460 /mysql-test/include/mtr_warnings.sql | |
parent | 9b68ea49bc631505bea938d0626a2c712892a88b (diff) | |
parent | df581200eab5009653c9d483063ee18fc4debe3c (diff) | |
download | mariadb-git-bca31a686ded83db136be66efe36eab022ebf882.tar.gz |
Auto-merge from mysql-next-mr-bugfixing.
Diffstat (limited to 'mysql-test/include/mtr_warnings.sql')
-rw-r--r-- | mysql-test/include/mtr_warnings.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index 9378329353b..dc21410c435 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -201,6 +201,8 @@ INSERT INTO global_suppressions VALUES ("==[0-9]*== For more details"), /* This comes with innodb plugin tests */ ("==[0-9]*== Warning: set address range perms: large range"), + /* valgrind-3.5.0 dumps this */ + ("==[0-9]*== Command: "), /* valgrind warnings: invalid file descriptor -1 in syscall write()/read(). Bug #50414 */ |