mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Merge next-mr -> next-4284.
This commit is contained in:
commit
980e8b413e
115 changed files with 82936 additions and 150166 deletions
|
|
@ -818,7 +818,8 @@ static int mysql_register_view(THD *thd, TABLE_LIST *view,
|
|||
|
||||
thd->variables.sql_mode|= sql_mode;
|
||||
}
|
||||
DBUG_PRINT("info", ("View: %s", view_query.ptr()));
|
||||
DBUG_PRINT("info",
|
||||
("View: %*.s", (int) view_query.length(), view_query.ptr()));
|
||||
|
||||
/* fill structure */
|
||||
view->source= thd->lex->create_view_select;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue