summaryrefslogtreecommitdiff
path: root/sql/event_queue.cc
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-04-16 18:16:17 +0200
committerunknown <serg@janus.mylan>2007-04-16 18:16:17 +0200
commitdcef028f713d84135013d6b9edd7c007818ad3fc (patch)
tree45078bb08a9d29ab98b50746b333b59e2f1f43af /sql/event_queue.cc
parent7cb8a33b1af33dcd8806ec6021655a39f375d904 (diff)
downloadmariadb-git-dcef028f713d84135013d6b9edd7c007818ad3fc.tar.gz
wl#2936 post-merge fixes
client/mysqltest.c: warnings extra/comp_err.c: warnings sql/event_queue.cc: warnings sql/handler.h: warnings sql/opt_range.cc: warnings sql/opt_range.h: warnings sql/rpl_mi.cc: warnings sql/sql_class.cc: wl#2936 post-merge fixes, warnings
Diffstat (limited to 'sql/event_queue.cc')
-rw-r--r--sql/event_queue.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/event_queue.cc b/sql/event_queue.cc
index 92622bcc2c2..efa4b95a9ea 100644
--- a/sql/event_queue.cc
+++ b/sql/event_queue.cc
@@ -73,8 +73,8 @@ Event_queue::Event_queue()
:mutex_last_locked_at_line(0), mutex_last_unlocked_at_line(0),
mutex_last_attempted_lock_at_line(0),
mutex_queue_data_locked(FALSE),
- mutex_queue_data_attempting_lock(FALSE),
- next_activation_at(0)
+ next_activation_at(0),
+ mutex_queue_data_attempting_lock(FALSE)
{
mutex_last_unlocked_in_func= mutex_last_locked_in_func=
mutex_last_attempted_lock_in_func= "";