mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Bug #34909: mysqldump returns a 0 status on error when using
--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
This commit is contained in:
parent
4e7c4ab929
commit
99c0b5e10f
4 changed files with 9 additions and 0 deletions
1
mysql-test/r/mysqldump-no-binlog.result
Normal file
1
mysql-test/r/mysqldump-no-binlog.result
Normal file
|
|
@ -0,0 +1 @@
|
|||
mysqldump: Error: Binlogging on server not active
|
||||
Loading…
Add table
Add a link
Reference in a new issue