summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-07-02 10:46:46 -0400
committercmiller@zippy.cornsilk.net <>2007-07-02 10:46:46 -0400
commit681ee9694bc0d6203ffdd5175a2b6e7e77fc41d4 (patch)
treead2a11ebcf9c63780cf2788f9469dee1d50cd9c7 /sql/sp_head.cc
parentc4b53b218c71aff3410ec4358dfec2b9d0e1e1b4 (diff)
parent01f572052d0d50a06745d5b6d96e20db81530d7b (diff)
downloadmariadb-git-681ee9694bc0d6203ffdd5175a2b6e7e77fc41d4.tar.gz
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r--sql/sp_head.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index a98fe5027c9..9584bd94dc0 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -2400,9 +2400,9 @@ sp_lex_keeper::reset_lex_and_exec_core(THD *thd, uint *nextp,
m_lex->unit.cleanup();
- thd->proc_info="closing tables";
+ thd_proc_info(thd, "closing tables");
close_thread_tables(thd);
- thd->proc_info= 0;
+ thd_proc_info(thd, 0);
if (m_lex->query_tables_own_last)
{