1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Update sql_parse.cc

Corrected one more "refering" typo.
This commit is contained in:
Chris Calender
2019-02-07 03:29:12 -05:00
committed by Sergey Vojtovich
parent 925b503058
commit 9d2d80aace

View File

@ -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;