Skip to content

Commit dabaec2

Browse files
author
Bharathy Satish
committed
Bug #22017120 CRASH OF MYSQLPUMP
Post push fix. Fix for this bug ensures as mysqlpump will shutdown gracefully in case of errors. However as part of shutdown mysqlpump does not release some of the memory allocated and causes test failure if run with valgrind-client option. Temporarily disabling this test for valgrind.
1 parent aa47808 commit dabaec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/t/mysqlpump_basic.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
-- source include/not_embedded.inc
3+
--source include/not_valgrind.inc
34

45
--echo #
56
--echo # WL#7755 mysqlpump: Extend mysqldump functionalities

0 commit comments

Comments
 (0)