diff options
author | mats@romeo.(none) <> | 2006-11-10 15:10:41 +0100 |
---|---|---|
committer | mats@romeo.(none) <> | 2006-11-10 15:10:41 +0100 |
commit | 1fb9105ebd647be9d4b4c582d1e8354f0ea38414 (patch) | |
tree | d2bcf30804ac9fe4cbb41f7d84d8e565ef8ffe5f /sql/rpl_rli.h | |
parent | edb70453532f7647b1d280fcc218f466d7512f42 (diff) | |
download | mariadb-git-1fb9105ebd647be9d4b4c582d1e8354f0ea38414.tar.gz |
BUG#23171 (Illegal slave restart group position):
Second patch to fix skipping code. Moving relay and binary log
position changing code from do_apply_event [old exec_event()] into
do_update_pos() and doing other changes necessary to support that.
Fixing a bug that can cause deadlock if rotating binary log when committing
a changes to a transactional table that is not inside a transaction and
cause a rotate log.
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index d737055baf2..cecf351fd88 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -291,9 +291,7 @@ typedef struct st_relay_log_info When the 6 bytes are equal to 0 is used to mean "cache is invalidated". */ void cached_charset_invalidate(); - bool cached_charset_compare(char *charset); - - void transaction_end(THD*); + bool cached_charset_compare(char *charset) const; void cleanup_context(THD *, bool); void clear_tables_to_lock() { |