diff options
author | Kristian Nielsen <knielsen@knielsen-hq.org> | 2015-04-20 13:22:51 +0200 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2015-04-20 13:22:51 +0200 |
commit | a15a4d674d0729f0b8eadc023ecd1b0ad0aebd88 (patch) | |
tree | 2fe3e999e0fd06dcfc4c932aa608c47b32c615d3 /sql/log.h | |
parent | 791b0ab5db47528d93cdaf534114e417ff06b66a (diff) | |
parent | 14d15785d1931e0f4d2487f6c43a721b1b057b9c (diff) | |
download | mariadb-git-a15a4d674d0729f0b8eadc023ecd1b0ad0aebd88.tar.gz |
Merge MDEV-7802 into 10.1
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h index 7a4370d8b76..378daab55ae 100644 --- a/sql/log.h +++ b/sql/log.h @@ -520,6 +520,9 @@ class MYSQL_BIN_LOG: public TC_LOG, private MYSQL_LOG ulonglong num_commits; /* Number of group commits done. */ ulonglong num_group_commits; + /* The reason why the group commit was grouped */ + ulonglong group_commit_trigger_count, group_commit_trigger_timeout; + ulonglong group_commit_trigger_lock_wait; /* pointer to the sync period variable, for binlog this will be sync_binlog_period, for relay log this will be |