mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
This commit is contained in:
@ -608,7 +608,7 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,
|
||||
DBUG_RETURN(0);
|
||||
|
||||
err:
|
||||
thd->proc_info= "end";
|
||||
thd_proc_info(thd, "end");
|
||||
lex->link_first_table_back(view, link_to_local);
|
||||
unit->cleanup();
|
||||
DBUG_RETURN(res || thd->net.report_error);
|
||||
|
Reference in New Issue
Block a user