summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-12-10 15:28:17 -0500
committercmiller@zippy.cornsilk.net <>2007-12-10 15:28:17 -0500
commita35a8fe550154cbd6534d891f07ee26f78e59ddf (patch)
treef638aa8fef4b2b2b59a72b2018d27d00fd9625c3 /sql/sql_view.cc
parent4eb097ba1250fcee2f5e60873624a9db50ca7a53 (diff)
parent34ca9adee7ee6133e656e0537176f50b40a6b7c8 (diff)
downloadmariadb-git-a35a8fe550154cbd6534d891f07ee26f78e59ddf.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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 297edd0d90d..343005651ed 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -605,7 +605,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);