From ea37c129f968593e48170e489788cc481fe9a2bd Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 26 Oct 2017 12:46:45 +0300 Subject: Removed not used lock argument from read_log_event --- sql/log_event.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/log_event.h') diff --git a/sql/log_event.h b/sql/log_event.h index c8f3241cb3d..9fb14f0eae1 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -1300,7 +1300,6 @@ public: constructor and pass description_event as an argument. */ static Log_event* read_log_event(IO_CACHE* file, - mysql_mutex_t* log_lock, const Format_description_log_event *description_event, my_bool crc_check); -- cgit v1.2.1