diff options
author | unknown <thek@adventure.(none)> | 2007-06-22 15:40:35 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2007-06-22 15:40:35 +0200 |
commit | ab5e1521323f47c48f2f1ef86df0fece00be9b0a (patch) | |
tree | 1d01f65fa2822d5f534d8992e34dc01f1de8db7c /sql/sql_parse.cc | |
parent | 08a6bebe71884b34a46c491476b57818cc953a55 (diff) | |
parent | 099be80130d852179bc4a568990c75ffc950719f (diff) | |
download | mariadb-git-ab5e1521323f47c48f2f1ef86df0fece00be9b0a.tar.gz |
Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846
into adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime
sql/sql_class.h:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_prepare.cc:
Auto merged
sql/sql_view.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index cf8209978a3..49464426f1f 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -4882,6 +4882,10 @@ create_sp_error: #endif // ifndef DBUG_OFF case SQLCOM_CREATE_VIEW: { + /* + Note: SQLCOM_CREATE_VIEW also handles 'ALTER VIEW' commands + as specified through the thd->lex->create_view_mode flag. + */ if (end_active_trans(thd)) goto error; |