diff --git a/sql/log_event.cc b/sql/log_event.cc index d65b20f4b72df053ed04eedc445b1769ed2cea1f..767c69959ee5f0da82518ebf8b3e5873708f30e6 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -1515,7 +1515,6 @@ Query_log_event::Query_log_event(THD* thd_arg, const char* query_arg, /* 2 utility functions for the next method */ - /* Get the pointer for a string (src) that contains the length in the first byte. Set the output string (dst) to the string value @@ -1540,7 +1539,6 @@ static void copy_str_and_move(const char **src, *(*dst)++= 0; } - /* Query_log_event::Query_log_event() This is used by the SQL slave thread to prepare the event before execution.