summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sql_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 81d8000831b..ec63bb92c54 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -684,7 +684,7 @@ mysql_make_view(File_parser *parser, TABLE_LIST *table)
mark to avoid temporary table using and put view reference and find
last view table
*/
- for (TABLE_LIST *tbl= view_tables;
+ for (tbl= view_tables;
tbl;
tbl= (view_tables_tail= tbl)->next_global)
{