summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r--sql/sp_rcontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h
index 1b1329c17f0..66df0359d28 100644
--- a/sql/sp_rcontext.h
+++ b/sql/sp_rcontext.h
@@ -34,6 +34,7 @@ class sp_instr_cpush;
class Query_arena;
class sp_head;
class Item_cache;
+class Virtual_tmp_table;
/*
@@ -363,7 +364,7 @@ private:
const sp_pcontext *m_root_parsing_ctx;
/// Virtual table for storing SP-variables.
- TABLE *m_var_table;
+ Virtual_tmp_table *m_var_table;
/// Collection of Item_field proxies, each of them points to the
/// corresponding field in m_var_table.