summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-10-26 12:46:45 +0300
committerMonty <monty@mariadb.org>2017-12-18 13:43:36 +0200
commitea37c129f968593e48170e489788cc481fe9a2bd (patch)
tree1878fb29f55b3bc020119660fe7f3a2b7dbe2cba /sql/log_event.h
parent2e53b96a0aa9dcb18d8bbe12e5bc7e0aba208540 (diff)
downloadmariadb-git-ea37c129f968593e48170e489788cc481fe9a2bd.tar.gz
Removed not used lock argument from read_log_event
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h1
1 files changed, 0 insertions, 1 deletions
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);