summaryrefslogtreecommitdiff
path: root/storage/oqgraph/graphcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/oqgraph/graphcore.h')
-rw-r--r--storage/oqgraph/graphcore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/oqgraph/graphcore.h b/storage/oqgraph/graphcore.h
index f7eff77d8b1..b1560552fcf 100644
--- a/storage/oqgraph/graphcore.h
+++ b/storage/oqgraph/graphcore.h
@@ -126,6 +126,9 @@ namespace open_query
static oqgraph* create(oqgraph_share*) throw();
static oqgraph_share *create(TABLE*,Field*,Field*,Field*) throw();
+ THD* get_thd();
+ void set_thd(THD*);
+
static void free(oqgraph*) throw();
static void free(oqgraph_share*) throw();