Update sql_parse.cc
Corrected one more "refering" typo.
This commit is contained in:
parent
925b503058
commit
9d2d80aace
@ -5415,7 +5415,7 @@ static bool execute_rename_table(THD *thd, TABLE_LIST *first_table,
|
||||
0, 0))
|
||||
return 1;
|
||||
|
||||
/* check if these are refering to temporary tables */
|
||||
/* check if these are referring to temporary tables */
|
||||
table->table= find_temporary_table_for_rename(thd, first_table, table);
|
||||
table->next_local->table= table->table;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user