summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
diff options
context:
space:
mode:
authorunknown <mats@romeo.(none)>2006-11-03 21:11:58 +0100
committerunknown <mats@romeo.(none)>2006-11-03 21:11:58 +0100
commit42904cdfdc7726eef06a318f0ffa61f2f381fd63 (patch)
tree273796578254761e2f534a633a27dea796a31531 /sql/rpl_rli.h
parentae00d51b7909987148e0268b45a2f9c59a8ac35a (diff)
parent66a04036020501db8109e99fc057c0bade009f98 (diff)
downloadmariadb-git-42904cdfdc7726eef06a318f0ffa61f2f381fd63.tar.gz
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/b18581-mysql-5.1-new-rpl sql/log_event.cc: Auto merged sql/rpl_rli.h: Auto merged sql/sql_class.cc: Auto merged
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r--sql/rpl_rli.h16
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);