summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2015-04-01 22:47:36 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2015-04-01 22:47:36 +1100
commit1d5220d1124111f563f9faec355c9343f6e40849 (patch)
treec1c84c5b922f2a32824aa72462f63fc4930fb055 /sql/log.h
parentdd7026a703aabdbe0430bf5f32c6f4f5c6d9c240 (diff)
downloadmariadb-git-1d5220d1124111f563f9faec355c9343f6e40849.tar.gz
binlog_group_commit_* status variables update
remove group_commit_reason_immediate rename group_commit_reason_transaction to group_commit_trigger_lock_wait rename group_commit_reason_usec to group_commit_trigger_timeout rename group_commit_reason_count to group_commit_triggger_count
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/log.h b/sql/log.h
index c707d8128f9..d3540aa4499 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -516,8 +516,8 @@ class MYSQL_BIN_LOG: public TC_LOG, private MYSQL_LOG
/* Number of group commits done. */
ulonglong num_group_commits;
/* The reason why the group commit was grouped */
- ulonglong group_commit_reason_count, group_commit_reason_usec;
- ulonglong group_commit_reason_transaction, group_commit_reason_immediate;
+ 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