diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-08-24 12:57:19 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-08-24 12:57:19 +0200 |
commit | 89e4d23f3b3984abe0f29adb8c024a105d3b5d49 (patch) | |
tree | 854aecb31ad17de61cf4eef1cad3d6d19211a33d /client/mysqlbinlog.cc | |
parent | 1fd8150a5b5e3f56aa3c253225929a07ee9a4026 (diff) | |
parent | 96703a63da2211cefcc480fa4f135acd94743622 (diff) | |
download | mariadb-git-89e4d23f3b3984abe0f29adb8c024a105d3b5d49.tar.gz |
Merge into latest 5.2.
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 b831fcc2a0c..3a7f7a603f9 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -664,7 +664,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. |