summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-05-06 09:06:32 -0400
committerChad MILLER <chad@mysql.com>2009-05-06 09:06:32 -0400
commit767501a9b1c89e17986d8089131d935d63420ad7 (patch)
treeb7a5df1540af07a49f7d577804919b7027fc4edf /sql/sql_view.cc
parent6bee08c61dbb89837edc04de8e49fed411f17770 (diff)
parent4822696ecb7302efc543e0be109f1c2a8f1bdf4e (diff)
downloadmariadb-git-767501a9b1c89e17986d8089131d935d63420ad7.tar.gz
Merge community up to enterprise, thus ending the community-server
adventure.
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 9e1e2a20dc6..d1d84e76811 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -672,7 +672,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);