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

added initialization of 'cmp_type' variable(to remove compiler warning)

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-02-28 15:44:57 +04:00
parent be248ad0e0
commit 2baf35b4fa

View File

@@ -2568,7 +2568,7 @@ void Item_func_in::fix_length_and_dec()
THD *thd= current_thd;
uint found_types= 0;
uint type_cnt= 0, i;
Item_result cmp_type;
Item_result cmp_type= STRING_RESULT;
left_result_type= args[0]->result_type();
found_types= collect_cmp_types(args, arg_count);