diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-09 21:12:09 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-09 21:12:09 +0100 |
commit | 9d687a69a021d55d8af289af54367697f74815a8 (patch) | |
tree | d8fb9a87cf6c30e270e0df4dad81ffb02e1a83b7 /mysql-test | |
parent | f586a37c53c6e1562412dd27aeef6f34a54b4911 (diff) | |
download | mariadb-git-9d687a69a021d55d8af289af54367697f74815a8.tar.gz |
MDEV-63 - attempt to fix the warning exclusion
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/include/mtr_warnings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index ce1563fc993..f8303e72475 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -159,7 +159,7 @@ INSERT INTO global_suppressions VALUES /* innodb foreign key tests that fail in ALTER or RENAME produce this */ ("InnoDB: Error: in ALTER TABLE `test`.`t[123]`"), ("InnoDB: Error: in RENAME TABLE table `test`.`t1`"), - ("InnoDB: Error: table `test`.`t[123]` does not exist in the InnoDB internal"), + ("InnoDB: Error: table `test`.`t[123]` .*does not exist in the InnoDB internal"), /* BUG#32080 - Excessive warnings on Solaris: setrlimit could not |