diff options
author | mats@romeo.(none) <> | 2006-11-03 21:11:58 +0100 |
---|---|---|
committer | mats@romeo.(none) <> | 2006-11-03 21:11:58 +0100 |
commit | a726fec6e7837132ba55d2bf6dc086830e4a3f48 (patch) | |
tree | 273796578254761e2f534a633a27dea796a31531 /sql/rpl_rli.h | |
parent | a38642569ee41153bcd1c2ea84a9846e205e6527 (diff) | |
parent | 83f8e17258a7e62f38c4dadc43ef29282727eb8e (diff) | |
download | mariadb-git-a726fec6e7837132ba55d2bf6dc086830e4a3f48.tar.gz |
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/b18581-mysql-5.1-new-rpl
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index b8b6f5ebc99..d737055baf2 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -293,22 +293,6 @@ typedef struct st_relay_log_info void cached_charset_invalidate(); bool cached_charset_compare(char *charset); - /* - To reload special tables when they are changes, we introduce a set - of functions that will mark whenever special functions need to be - called after modifying tables. Right now, the tables are either - ACL tables or grants tables. - */ - enum enum_reload_flag - { - RELOAD_NONE_F = 0UL, - RELOAD_GRANT_F = (1UL << 0), - RELOAD_ACCESS_F = (1UL << 1) - }; - - ulong m_reload_flags; - - void touching_table(char const* db, char const* table, ulong table_id); void transaction_end(THD*); void cleanup_context(THD *, bool); |