diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-08-24 15:29:01 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-08-24 15:29:01 +0200 |
commit | c5460fe7ec6c7083233b979c5d69876237eea5d6 (patch) | |
tree | 1189a55392ca290d6c9e8446250b7a9384feafb6 /client/mysqlbinlog.cc | |
parent | b509a5e7bf161267f9e40258be84577b8d7210ed (diff) | |
parent | 7d116a49135d9dc9156b872d87f689ba00e50fee (diff) | |
download | mariadb-git-c5460fe7ec6c7083233b979c5d69876237eea5d6.tar.gz |
Merge from 5.3
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 6c6410c87f7..2c1687c6c90 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -743,7 +743,7 @@ print_use_stmt(PRINT_EVENT_INFO* pinfo, const Query_log_event *ev) return; // In case of rewrite rule print USE statement for db_to - fprintf(result_file, "use %s%s\n", db_to, pinfo->delimiter); + my_fprintf(result_file, "use %`s%s\n", db_to, pinfo->delimiter); // Copy the *original* db to pinfo to suppress emiting // of USE stmts by log_event print-functions. |