diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2014-12-29 15:41:08 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2014-12-29 15:41:08 +0400 |
commit | dc92032fa33cc1f3bc7fb0f885433826246bcdc0 (patch) | |
tree | c5a3e5aac7e8ca6785bb3fdf2eb7c1fce4afd54a /sql/log.h | |
parent | 6dbc48ca79e5fdd8d4022b00b862e08a4198155b (diff) | |
download | mariadb-git-bb-power.tar.gz |
Fixed sysvars_server_embedded test result to reflect new values forbb-power
query_prealloc_size, query_alloc_block_size and log_tc_size.
Fixed incorrect registration of LOCK_binlog_end_pos in PFS.
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/log.h b/sql/log.h index ef28c6ceac6..762dc5f54f4 100644 --- a/sql/log.h +++ b/sql/log.h @@ -428,9 +428,6 @@ class MYSQL_BIN_LOG: public TC_LOG, private MYSQL_LOG PSI_file_key m_key_file_log_index; PSI_file_key m_key_COND_queue_busy; - - /** The instrumentation key to use for @ LOCK_binlog_end_pos */ - PSI_mutex_key m_key_LOCK_binlog_end_pos; #endif struct group_commit_entry |