diff options
author | gkodinov/kgeorge@magare.gmz <> | 2008-03-07 11:15:49 +0200 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2008-03-07 11:15:49 +0200 |
commit | 11cd97ed6b3cfd59310aaf79915cfeea1454886b (patch) | |
tree | ef121e1746fd1e03d95bdb7f579dfffeb25a171a /mysql-test/t/mysqldump-no-binlog-master.opt | |
parent | 0596b1c6cdd54510dbcd0f4ba30bd828d96c4d2b (diff) | |
download | mariadb-git-11cd97ed6b3cfd59310aaf79915cfeea1454886b.tar.gz |
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.
Diffstat (limited to 'mysql-test/t/mysqldump-no-binlog-master.opt')
-rw-r--r-- | mysql-test/t/mysqldump-no-binlog-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump-no-binlog-master.opt b/mysql-test/t/mysqldump-no-binlog-master.opt new file mode 100644 index 00000000000..789275fa25e --- /dev/null +++ b/mysql-test/t/mysqldump-no-binlog-master.opt @@ -0,0 +1 @@ +--skip-log-bin |