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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index a3772e3709a..8f58022e9d9 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -4855,7 +4855,7 @@ end_with_restore_list:
{
if (end_active_trans(thd))
goto error;
- /* Conditionally writes to binlog. */
+
res= mysql_create_view(thd, first_table, thd->lex->create_view_mode);
break;
}