mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Remove compiler warnings and remove not used variables
(Found during build process)
This commit is contained in:
@@ -640,7 +640,7 @@ bool mysqld_help(THD *thd, const char *mask)
|
||||
|
||||
List<String> topics_list, categories_list, subcategories_list;
|
||||
String name, description, example;
|
||||
int res, count_topics, count_categories, error;
|
||||
int count_topics, count_categories, error;
|
||||
uint mlen= strlen(mask);
|
||||
MEM_ROOT *mem_root= thd->mem_root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user