diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-08-24 14:26:23 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-08-24 14:26:23 +0200 |
commit | 4092d08bb87ce3e68f450745538164a8749fbac5 (patch) | |
tree | 11c7dfc8f5c3db1f7474cbb34b27b676e68e3f39 /client | |
parent | 4201939d575e3530d3c5e0fd9668d11062f70d79 (diff) | |
parent | fc666a0df6c69a620d3cffacd78e2569fb0ac410 (diff) | |
download | mariadb-git-4092d08bb87ce3e68f450745538164a8749fbac5.tar.gz |
Merge into latest 5.3
Diffstat (limited to 'client')
-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 8daa276de52..ae964af4342 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -731,7 +731,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. |