From 4f48856906a0d332695b04b408a5b4886b84386e Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Fri, 5 Jun 2020 00:02:55 +0200 Subject: Client spelling mistakes --- client/mysqlbinlog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/mysqlbinlog.cc') diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 71a08132e9f..979a8f29d12 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -725,7 +725,7 @@ static bool shall_skip_database(const char *log_dbname) /** Print "use " statement when current db is to be changed. - We have to control emiting USE statements according to rewrite-db options. + We have to control emitting USE statements according to rewrite-db options. We have to do it here (see process_event() below) and to suppress producing USE statements by corresponding log event print-functions. */ @@ -757,7 +757,7 @@ print_use_stmt(PRINT_EVENT_INFO* pinfo, const Query_log_event *ev) // In case of rewrite rule print USE statement for db_to my_fprintf(result_file, "use %`s%s\n", db_to, pinfo->delimiter); - // Copy the *original* db to pinfo to suppress emiting + // Copy the *original* db to pinfo to suppress emitting // of USE stmts by log_event print-functions. memcpy(pinfo->db, db, db_len + 1); } -- cgit v1.2.1