mariadb/storage/oqgraph
2013-02-27 22:35:19 +10:30
..
Judy Fixups for OQGraph v3 on MariaDB 10.0 2013-02-10 16:07:55 -08:00
CMakeLists.txt fix judy cmake case sensitivity 2013-02-14 10:38:35 -08:00
graphcore-config.h Fix for FindJust.cmake 2013-02-21 10:36:25 -08:00
graphcore-graph.cc Fix for FindJust.cmake 2013-02-21 10:36:25 -08:00
graphcore-graph.h Cleanup, simplify and optimize. Change makefile a little so that we have debug symbols for the graph core. 2011-04-13 19:06:43 -07:00
graphcore-types.h Fixups for OQGraph v3 on MariaDB 10.0 2013-02-10 16:07:55 -08:00
graphcore.cc Fix for FindJust.cmake 2013-02-21 10:36:25 -08:00
graphcore.h Commit work for OQGraph v3 2011-04-12 15:50:32 -07:00
graphstore.c Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
graphstore.h Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
ha_oqgraph.cc Sanity check that expected attributes exist when opening the table. 2013-02-27 22:35:19 +10:30
ha_oqgraph.h Merge with lp:maria/10.0 2013-02-10 16:21:49 -08:00
oqgraph_config.h.in Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_judy.cc Fix for FindJust.cmake 2013-02-21 10:36:25 -08:00
oqgraph_judy.h Cleanup, simplify and optimize. Change makefile a little so that we have debug symbols for the graph core. 2011-04-13 19:06:43 -07:00
oqgraph_probes.d Import OQGraph engine into MariaDB. 2010-01-04 09:27:50 +01:00
oqgraph_shim.cc Cleanup, simplify and optimize. Change makefile a little so that we have debug symbols for the graph core. 2011-04-13 19:06:43 -07:00
oqgraph_shim.h compile fixes 2011-05-16 15:22:58 +10:00
oqgraph_thunk.cc Merge with lp:maria/10.0 2013-02-10 16:21:49 -08:00
oqgraph_thunk.h Fix for FindJust.cmake 2013-02-21 10:36:25 -08:00
README Require Boost version 1.40.0 to build OQGraph (earlier versions have a bug). 2010-03-30 09:33:38 +02:00

OQGraph storage engine
Copyright (C) 2007-2009 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.

See http://openquery.com/graph for more information.


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/