summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 233104c9a90..2eeae8f7332 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2882,7 +2882,6 @@ unsent_create_error:
}
else
res= -1;
- first_local_table->next= tables;
lex->select_lex.table_list.first= (byte*) first_local_table;
break;
}