1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixed compiler warnings.

This commit is contained in:
Igor Babaev
2011-05-19 14:53:16 -07:00
parent 8ec03d805d
commit a19ddf0117
3 changed files with 7 additions and 7 deletions

View File

@@ -356,8 +356,8 @@ bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
List_iterator_fast<Item> tp(types);
Item *type;
ulonglong create_options;
uint save_tablenr;
table_map save_map;
uint save_tablenr= 0;
table_map save_map= 0;
while ((type= tp++))
{