diff options
author | Monty <monty@mariadb.org> | 2020-03-31 14:10:45 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2020-04-19 17:33:51 +0300 |
commit | 7866b723048d1d0f4a202d5a1e5475420b1dda64 (patch) | |
tree | d792035a5e515f30c3b13ad53af102bbee324926 /client/mysqlbinlog.cc | |
parent | e3130d22e1fbd9060fe3009a2d3b3152932efe97 (diff) | |
download | mariadb-git-7866b723048d1d0f4a202d5a1e5475420b1dda64.tar.gz |
Updated client and server to use new binary names in --debug traces
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 9e166f90583..ed0d9ef8ea4 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -97,7 +97,7 @@ static char *result_file_name= 0; static const char *output_prefix= ""; #ifndef DBUG_OFF -static const char *default_dbug_option = "d:t:o,/tmp/mysqlbinlog.trace"; +static const char *default_dbug_option = "d:t:o,/tmp/mariadb-binlog.trace"; const char *current_dbug_option= default_dbug_option; #endif static const char *load_groups[]= |