From a1bec5666f22eb179409dd8df017266213a2f043 Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Wed, 22 Jun 2005 11:59:13 +0400 Subject: Adjust to the changed Query_arena constructor: main_mem_root is moved out of class Query_arena. --- sql/sp_head.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sp_head.h') 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 -- cgit v1.2.1