summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2012-08-24 15:29:01 +0200
committerunknown <knielsen@knielsen-hq.org>2012-08-24 15:29:01 +0200
commitc5460fe7ec6c7083233b979c5d69876237eea5d6 (patch)
tree1189a55392ca290d6c9e8446250b7a9384feafb6 /client/mysqlbinlog.cc
parentb509a5e7bf161267f9e40258be84577b8d7210ed (diff)
parent7d116a49135d9dc9156b872d87f689ba00e50fee (diff)
downloadmariadb-git-c5460fe7ec6c7083233b979c5d69876237eea5d6.tar.gz
Merge from 5.3
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r--client/mysqlbinlog.cc2
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.