diff options
author | konstantin@mysql.com <> | 2005-06-22 11:59:13 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-06-22 11:59:13 +0400 |
commit | a1bec5666f22eb179409dd8df017266213a2f043 (patch) | |
tree | 702b9de106d4c975641e3135e14a935a1938fa72 /sql/sp_head.h | |
parent | 9eb671459a602399a875cb8514efd72d646eb3e0 (diff) | |
download | mariadb-git-a1bec5666f22eb179409dd8df017266213a2f043.tar.gz |
Adjust to the changed Query_arena constructor:
main_mem_root is moved out of class Query_arena.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index d22515672f9..2c75a320f30 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -79,6 +79,7 @@ class sp_head :private Query_arena sp_head(const sp_head &); /* Prevent use of these */ void operator=(sp_head &); + MEM_ROOT main_mem_root; public: int m_type; // TYPE_ENUM_FUNCTION or TYPE_ENUM_PROCEDURE |