summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump-no-binlog.test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-03-23 10:53:25 +0100
committerSergei Golubchik <sergii@pisem.net>2012-03-23 10:53:25 +0100
commit92e2b80c76dfeed2bb81775bc5c28aaef9f3f05a (patch)
tree52037cade5fb8d4d098dcfcd728b6b04dc506c2d /mysql-test/t/mysqldump-no-binlog.test
parent02d982a90b830ce373bae91c6113afc65e2a970e (diff)
downloadmariadb-git-92e2b80c76dfeed2bb81775bc5c28aaef9f3f05a.tar.gz
MDEV-186 Client programs throw warnings about memory loss when executed with --help or alike
suppress these harmless but confusing warnings. fix the program name (MY_INIT) in mysqldump client/mysqldump.c: for backward compatibility, prefix mysqldump error messages with "mysqldump", not with the full path of the executable
Diffstat (limited to 'mysql-test/t/mysqldump-no-binlog.test')
-rw-r--r--mysql-test/t/mysqldump-no-binlog.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump-no-binlog.test b/mysql-test/t/mysqldump-no-binlog.test
index 434b2931792..5f934bc440f 100644
--- a/mysql-test/t/mysqldump-no-binlog.test
+++ b/mysql-test/t/mysqldump-no-binlog.test
@@ -2,5 +2,6 @@
--source include/not_embedded.inc
--replace_regex /MASTER_LOG_POS=[0-9]+/XX/
+--replace_result mysqldump.exe mysqldump
--error 2
--exec $MYSQL_DUMP --compact --master-data=2 test 2>&1