summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-25 16:53:22 +0200
committermonty@mysql.com <>2005-02-25 16:53:22 +0200
commit0a6b7aedb2cec716b98349765bfa369354787b25 (patch)
tree9b48fa5a8476d449ea4512314b86f9704517cd0c /sql/sql_help.cc
parentcd78e701a5c83394c360f6ba9a1783c7b950e8ee (diff)
downloadmariadb-git-0a6b7aedb2cec716b98349765bfa369354787b25.tar.gz
Remove compiler warnings and remove not used variables
(Found during build process)
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc
index 759b535da53..f5490da7e85 100644
--- a/sql/sql_help.cc
+++ b/sql/sql_help.cc
@@ -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;