summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Calender <chriscalender@gmail.com>2019-02-07 03:29:12 -0500
committerSergey Vojtovich <svoj@mariadb.org>2019-03-22 00:40:32 +0400
commit9d2d80aaceccfb4602c935d6521d59232ca3491c (patch)
tree7f6034ef628b1f69f3c0f06c2b3f3ee11c2ff6b7
parent925b5030583e3622705621b4a0e56d6ccc3c5fcc (diff)
downloadmariadb-git-9d2d80aaceccfb4602c935d6521d59232ca3491c.tar.gz
Update sql_parse.cc
Corrected one more "refering" typo.
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 0dffae47ac8..c496cfc69e2 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -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;