1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

after review changes

This commit is contained in:
bell@sanja.is.com.ua
2004-04-07 13:25:24 +03:00
parent 75e7ca479e
commit 560a9f66d3
11 changed files with 13 additions and 30 deletions

View File

@@ -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<String> topics_list, categories_list, subcategories_list;
String name, description, example;