This commit is contained in:
Sergey Petrunya 2011-02-18 15:11:16 +03:00
parent 5ed10efc7b
commit 2c7c230a59

View file

@ -6538,7 +6538,7 @@ get_best_combination(JOIN *join)
JOIN_TAB *sjm_nest_end= NULL;
JOIN_TAB *sjm_saved_tab; /* protected by sjm_nest_end */
LINT_INT(sjm_saved_tab);
LINT_INIT(sjm_saved_tab);
for (j=join_tab, tablenr=0 ; tablenr < table_count ; tablenr++,j++)
{