Skip to content

Commit d1f2d44

Browse files
committed
Addendum 1 to the fix for bug#32067013
RB#25761 Added the windows failure code
1 parent 28f4e63 commit d1f2d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/t/mysqlpump_bugs.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CREATE VIEW B32067013.t123 AS SELECT * FROM B32067013.t1;
3838
DROP TABLE B32067013.t1;
3939

4040
--echo # Test criteria: shouldn't crash
41-
--error 76
41+
--error 76,1356
4242
--exec $MYSQL_PUMP --all-databases > $MYSQLTEST_VARDIR/tmp/bug32067013.dump 2>&1
4343

4444
#cleanup

0 commit comments

Comments
 (0)