From 08594c4795d9e673f8f514142489ce01954deba5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Apr 2004 13:25:24 +0300 Subject: after review changes sql/log_event.cc: non_cachable_table flag changed to cacheable_table sql/repl_failsafe.cc: non_cachable_table flag changed to cacheable_table sql/slave.cc: non_cachable_table flag changed to cacheable_table sql/sql_acl.cc: non_cachable_table flag changed to cacheable_table sql/sql_base.cc: non_cachable_table flag changed to cacheable_table sql/sql_cache.cc: non_cachable_table flag changed to cacheable_table sql/sql_help.cc: non_cachable_table flag changed to cacheable_table sql/sql_insert.cc: non_cachable_table flag changed to cacheable_table sql/sql_parse.cc: non_cachable_table flag changed to cacheable_table sql/sql_prepare.cc: renamed DEBUG tag sql/table.h: non_cachable_table flag changed to cacheable_table --- sql/sql_help.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/sql_help.cc') diff --git a/sql/sql_help.cc b/sql/sql_help.cc index 29dab51839d..44293b8214f 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -670,9 +670,6 @@ int mysqld_help(THD *thd, const char *mask) tables[3].lock_type= TL_READ; tables[3].next= 0; tables[0].db= tables[1].db= tables[2].db= tables[3].db= (char*) "mysql"; - // just safety for table on stack - tables[0].non_cachable_table= tables[1].non_cachable_table= - tables[2].non_cachable_table= tables[3].non_cachable_table= 1; List topics_list, categories_list, subcategories_list; String name, description, example; -- cgit v1.2.1