diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-10 08:47:05 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-10 08:47:05 -0400 |
commit | 3cf16df04f9950726a3bfaa903db9cc4bedad6ff (patch) | |
tree | 22419fe49de50ee8fd7c032948e3409d28d4a767 /sql/sql_view.cc | |
parent | 82767a0a45dd2a8c356bd9a5c8e8971dd15d4b05 (diff) | |
parent | af8fe98cfcfd39a37298bd04a967c5705ef208b0 (diff) | |
download | mariadb-git-3cf16df04f9950726a3bfaa903db9cc4bedad6ff.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r-- | sql/sql_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc index 35a97411511..fd05d97a94a 100644 --- a/sql/sql_view.cc +++ b/sql/sql_view.cc @@ -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); |