summaryrefslogtreecommitdiff
path: root/storage/oqgraph/oqgraph_thunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/oqgraph/oqgraph_thunk.h')
-rw-r--r--storage/oqgraph/oqgraph_thunk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/oqgraph/oqgraph_thunk.h b/storage/oqgraph/oqgraph_thunk.h
index 11e2723af14..7930e2d6c69 100644
--- a/storage/oqgraph/oqgraph_thunk.h
+++ b/storage/oqgraph/oqgraph_thunk.h
@@ -146,6 +146,9 @@ namespace oqgraph3
::Field* _target;
::Field* _weight;
+ ::THD* get_table_thd();
+ void set_table_thd(::THD* thd);
+
graph(
::TABLE* table,
::Field* source,