mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Fix typo
This commit is contained in:
parent
5ed10efc7b
commit
2c7c230a59
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue