diff options
author | cmiller@zippy.cornsilk.net <> | 2007-07-02 10:46:46 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-07-02 10:46:46 -0400 |
commit | 681ee9694bc0d6203ffdd5175a2b6e7e77fc41d4 (patch) | |
tree | ad2a11ebcf9c63780cf2788f9469dee1d50cd9c7 /sql/sp_head.cc | |
parent | c4b53b218c71aff3410ec4358dfec2b9d0e1e1b4 (diff) | |
parent | 01f572052d0d50a06745d5b6d96e20db81530d7b (diff) | |
download | mariadb-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.cc | 4 |
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) { |