Commit e72113d9 authored by mats@mats-laptop.(none)'s avatar mats@mats-laptop.(none)
Browse files

Fixes to eliminate compiler warnings.

parent 78a0706a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ class Mutex_sentry
class binlog_trx_data {
public:
  binlog_trx_data()
    : m_pending(0), before_stmt_pos(MY_OFF_T_UNDEF), at_least_one_stmt(0)
    : at_least_one_stmt(0), m_pending(0), before_stmt_pos(MY_OFF_T_UNDEF)
  {
    trans_log.end_of_file= max_binlog_cache_size;
  }