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/mysql.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/mysql.cc')
-rw-r--r-- | client/mysql.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index f3c936e3028..99b4efc7012 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -205,7 +205,7 @@ static CHARSET_INFO *charset_info= &my_charset_latin1; #include "sslopt-vars.h" -const char *default_dbug_option="d:t:o,/tmp/mysql.trace"; +const char *default_dbug_option="d:t:o,/tmp/mariadb.trace"; void tee_fprintf(FILE *file, const char *fmt, ...); void tee_fputs(const char *s, FILE *file); |