summaryrefslogtreecommitdiff
path: root/mysql-test/t/bug46080.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2010-02-02 14:17:21 +0200
committerGeorgi Kodinov <joro@sun.com>2010-02-02 14:17:21 +0200
commit1dafac6f35b23757cafe0ac1ef9f6b4edb28947d (patch)
tree2c236fc56603283a9faec205f8925c6e1568cb12 /mysql-test/t/bug46080.test
parent9b75c2f268f0e40fe74f38759c8f8551b2637145 (diff)
downloadmariadb-git-1dafac6f35b23757cafe0ac1ef9f6b4edb28947d.tar.gz
fixed various pb2 test failures on windows.
Diffstat (limited to 'mysql-test/t/bug46080.test')
-rw-r--r--mysql-test/t/bug46080.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/bug46080.test b/mysql-test/t/bug46080.test
index 8b4cee4d8b0..ed4a16fdf51 100644
--- a/mysql-test/t/bug46080.test
+++ b/mysql-test/t/bug46080.test
@@ -3,8 +3,8 @@
--echo # sort_buffer_size cannot allocate
--echo #
-call mtr.add_suppression("Out of memory at line .*, 'my_alloc.c'");
-call mtr.add_suppression("needed .* byte .*k., memory in use: .* bytes .*k");
+call mtr.add_suppression("Out of memory at line .*, '.*my_alloc.c'");
+call mtr.add_suppression("needed .* byte (.*k)., memory in use: .* bytes (.*k)");
CREATE TABLE t1(a CHAR(255));
INSERT INTO t1 VALUES ('a');