From 694b6f0bde9c93c45f232a476c4e5c45d4f3a17a Mon Sep 17 00:00:00 2001 From: "vva@eagle.mysql.r18.ru" <> Date: Fri, 30 May 2003 14:08:58 -0400 Subject: fix some warnings in sql_help.cc --- sql/sql_help.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql') diff --git a/sql/sql_help.cc b/sql/sql_help.cc index a9b89a728d2..2925141d331 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -557,7 +557,7 @@ int send_variant_2_list(MEM_ROOT *mem_root, Protocol *protocol, List_iterator it(*names); String *cur_name; - while (*pos++= it++); + while ((*pos++= it++)); qsort(pointers,names->elements,sizeof(String*),string_ptr_cmp); @@ -689,7 +689,7 @@ int mysqld_help(THD *thd, const char *mask) goto end; } - for (int i=0; ifile->init_table_handle_for_HANDLER(); if (!(select_topics_by_name= -- cgit v1.2.1