summaryrefslogtreecommitdiff
path: root/storage/oqgraph/graphcore-types.h
diff options
context:
space:
mode:
authorAntony T Curtis <antony@xiphis.org>2011-04-12 15:50:32 -0700
committerAntony T Curtis <antony@xiphis.org>2011-04-12 15:50:32 -0700
commit2037f387eea7c23e2633bed572489a7b73f48c4d (patch)
tree8b4309c848bf9c981f554c48aedfe647daa69f22 /storage/oqgraph/graphcore-types.h
parent64e43e1cc88c66bd89f95a5307020bcf60ba4b96 (diff)
downloadmariadb-git-2037f387eea7c23e2633bed572489a7b73f48c4d.tar.gz
Commit work for OQGraph v3
Todo: - Add #ifdefs for building in MySQL - Lots more testing
Diffstat (limited to 'storage/oqgraph/graphcore-types.h')
-rw-r--r--storage/oqgraph/graphcore-types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/oqgraph/graphcore-types.h b/storage/oqgraph/graphcore-types.h
index 7a7e4c62729..6a25182e28b 100644
--- a/storage/oqgraph/graphcore-types.h
+++ b/storage/oqgraph/graphcore-types.h
@@ -26,6 +26,7 @@
#ifndef oq_graphcore_types_h_
#define oq_graphcore_types_h_
+
namespace open_query
{
@@ -33,4 +34,9 @@ namespace open_query
typedef double EdgeWeight;
}
+
+
+class Field;
+typedef struct st_table TABLE;
+
#endif