Commit 2c7c230a authored by Sergey Petrunya's avatar Sergey Petrunya

Fix typo

parent 5ed10efc
......@@ -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++)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment