mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
99c0b5e10f
--master-data No error code was returned by mysqldump if it detects that binary logging is not enabled on the server. Fixed by returning error code. client/mysqldump.c: Bug #34909: add error code mysql-test/r/mysqldump-no-binlog.result: Bug #34909: test case mysql-test/t/mysqldump-no-binlog-master.opt: Bug #34909: test case mysql-test/t/mysqldump-no-binlog.test: Bug #34909: test case
6 lines
194 B
Text
6 lines
194 B
Text
# Embedded server doesn't support external clients
|
|
--source include/not_embedded.inc
|
|
|
|
--replace_regex /MASTER_LOG_POS=[0-9]+/XX/
|
|
--error 2
|
|
--exec $MYSQL_DUMP --compact --master-data=2 test 2>&1
|