mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
92e2b80c76
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
7 lines
235 B
Text
7 lines
235 B
Text
# Embedded server doesn't support external clients
|
|
--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
|