summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-09-10 08:06:27 -0400
committercmiller@zippy.cornsilk.net <>2007-09-10 08:06:27 -0400
commitcf74e43f1583a81016f0ce6cbbe087b38853b5cd (patch)
tree778fee9432c6a68f033c652aa8b4d32b49a0e4f3 /sql/sp_head.cc
parentf4b671d8bc1ab80342918820a2bc841c5542d57d (diff)
parent1f1d673200b312b85739f455c74c25c399f1cc93 (diff)
downloadmariadb-git-cf74e43f1583a81016f0ce6cbbe087b38853b5cd.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/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 5ad6625efb8..c659b222628 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -2449,9 +2449,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)
{