mariadb/storage/oqgraph
2013-05-31 19:29:23 +09:30
..
Judy Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
CMakeLists.txt fix judy cmake case sensitivity 2013-02-14 10:38:35 -08:00
graphcore-config.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-graph.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-graph.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore-types.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
graphcore.cc String code and string number work for djikstra and breadth_first, assertion on '0' for no_search 2013-03-08 23:26:26 +10:30
graphcore.h String code and string number work for djikstra and breadth_first, assertion on '0' for no_search 2013-03-08 23:26:26 +10:30
ha_oqgraph.cc Fix assert in debug build on invalid latch 2013-05-31 19:29:23 +09:30
ha_oqgraph.h Implement latch VARCHAR()- table structure - retain SHORTINT backwards compatibility. Passes test for b/compat 2013-03-04 23:15:29 +10:30
oqgraph_config.h.in Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_judy.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_judy.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_probes.d Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_shim.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_shim.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_thunk.cc Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
oqgraph_thunk.h Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00
README Removed old oqgraph v1 files (graphstore.*) 2013-02-28 10:16:29 +10:00

OQGraph storage engine v3
Copyright (C) 2007-2013 Arjen G Lentz & Antony T Curtis for Open Query

The Open Query GRAPH engine (OQGRAPH) is a computation engine allowing
hierarchies and more complex graph structures to be handled in a
relational fashion. In a nutshell, tree structures and
friend-of-a-friend style searches can now be done using standard SQL
syntax, and results joined onto other tables.

Based on a concept by Arjen Lentz
v3 implementation by Antony Curtis, Arjen Lentz, Andrew McDonnell
For more information, documentation, support, enhancement engineering,
see http://openquery.com/graph or contact graph@openquery.com



INSTALLATION

OQGraph requires at least version 1.40.0 of the Boost library. To
obtain a copy of the Boost library, see http://www.boost.org/