Fixes to eliminate compiler warnings.
sql/log.cc: Reordering initialalizer list to eliminate compiler warnings.
This commit is contained in:
parent
74c2a01923
commit
e44403fe31
@ -153,7 +153,7 @@ private:
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user