Extract reload_acl_and_cache() and flush_tables_with_read_lock()

into an own implementation file.
This commit is contained in:
Konstantin Osipov 2010-08-13 13:51:48 +04:00
commit 8ce6e98aa3
12 changed files with 512 additions and 449 deletions

View file

@ -75,6 +75,7 @@ SET (SQL_SOURCE
sql_profile.cc event_parse_data.cc
sql_signal.cc rpl_handler.cc mdl.cc
transaction.cc sys_vars.cc sql_truncate.cc datadict.cc
sql_reload.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE})