mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge MWL#136 into mariadb-5.2-rpl
This commit is contained in:
commit
31ed214a00
9 changed files with 520 additions and 45 deletions
|
|
@ -406,6 +406,12 @@ public:
|
|||
*/
|
||||
Format_description_log_event *description_event_for_exec,
|
||||
*description_event_for_queue;
|
||||
/*
|
||||
Binlog position of last commit (or non-transactional write) to the binlog.
|
||||
Access to this is protected by LOCK_commit_ordered.
|
||||
*/
|
||||
char last_commit_pos_file[FN_REFLEN];
|
||||
my_off_t last_commit_pos_offset;
|
||||
|
||||
MYSQL_BIN_LOG();
|
||||
/*
|
||||
|
|
@ -521,7 +527,7 @@ public:
|
|||
inline void unlock_index() { pthread_mutex_unlock(&LOCK_index);}
|
||||
inline IO_CACHE *get_index_file() { return &index_file;}
|
||||
inline uint32 get_open_count() { return open_count; }
|
||||
void set_status_variables();
|
||||
void set_status_variables(THD *thd);
|
||||
};
|
||||
|
||||
class Log_event_handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue