diff options
author | Luis Soares <luis.soares@oracle.com> | 2011-05-06 00:54:36 +0100 |
---|---|---|
committer | Luis Soares <luis.soares@oracle.com> | 2011-05-06 00:54:36 +0100 |
commit | 8cc75b2d1ed70bf794f62f73397b098c47fff01b (patch) | |
tree | 0339043e1abf49cbaa6d8719e4a5fb044d16e9f9 /client | |
parent | ed6aae83c3dd8e78e024bbb2bae49467a3fc0de3 (diff) | |
parent | e367a789d11fa44f3e2507ff9feed49d50c58b33 (diff) | |
download | mariadb-git-8cc75b2d1ed70bf794f62f73397b098c47fff01b.tar.gz |
BUG#12354268
Automerged bzr bundle from bug report:
luis.soares@oracle.com-20110505224815-6ob90n7suxsoizvs.bundle
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 30a8bddc17c..f451e28de86 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -951,7 +951,8 @@ Exit_status process_event(PRINT_EVENT_INFO *print_event_info, Log_event *ev, passed --short-form, because --short-form disables printing row events. */ - if (!print_event_info->printed_fd_event && !short_form) + if (!print_event_info->printed_fd_event && !short_form && + opt_base64_output_mode != BASE64_OUTPUT_DECODE_ROWS) { const char* type_str= ev->get_type_str(); if (opt_base64_output_mode == BASE64_OUTPUT_NEVER) |