Commit 5f64e022 authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

fixed redifinition of variable

parent c5cb1aff
No related merge requests found
...@@ -684,7 +684,7 @@ mysql_make_view(File_parser *parser, TABLE_LIST *table) ...@@ -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 mark to avoid temporary table using and put view reference and find
last view table last view table
*/ */
for (TABLE_LIST *tbl= view_tables; for (tbl= view_tables;
tbl; tbl;
tbl= (view_tables_tail= tbl)->next_global) tbl= (view_tables_tail= tbl)->next_global)
{ {
......
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