Commit 9d2d80aa authored by Chris Calender's avatar Chris Calender Committed by Sergey Vojtovich

Update sql_parse.cc

Corrected one more "refering" typo.
parent 925b5030
......@@ -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;
......
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