1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix failing tests in the main suite

This commit is contained in:
Vladislav Vaintroub
2011-12-30 11:22:27 +01:00
parent 33a60e7fb6
commit f4f95c1723
10 changed files with 11 additions and 99 deletions

View File

@ -3,7 +3,7 @@
let $MYSQLD_DATADIR= `SELECT @@datadir`;
call mtr.add_suppression("nnoDB: Error: table `test`.`t1` .* Partition.* InnoDB internal");
call mtr.add_suppression("InnoDB: Error: table `test`.`t1` .* InnoDB internal");
--echo #
--echo # Bug#55091: Server crashes on ADD PARTITION after a failed attempt
--echo #