You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sergei Golubchik 879a05ce3f improve oqgraph boost check to filter out newer boost versions 12 years ago
..
CMakeLists.txt improve oqgraph boost check to filter out newer boost versions 12 years ago
README Require Boost version 1.40.0 to build OQGraph (earlier versions have a bug). 16 years ago
graphcore-graph.h Import OQGraph engine into MariaDB. 16 years ago
graphcore-types.h Import OQGraph engine into MariaDB. 16 years ago
graphcore.cc LPBUG#906638 : Fixes to build oqgraph with boost 1.48 14 years ago
graphcore.h Import OQGraph engine into MariaDB. 16 years ago
graphstore.c Import OQGraph engine into MariaDB. 16 years ago
graphstore.h Import OQGraph engine into MariaDB. 16 years ago
ha_oqgraph.cc merge with 5.3 14 years ago
ha_oqgraph.h lots of post-merge changes 15 years ago
oqgraph_config.h.in Import OQGraph engine into MariaDB. 16 years ago
oqgraph_probes.d Import OQGraph engine into MariaDB. 16 years ago

README

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/