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.
 
 
 
 
 
 
Vladislav Vaintroub 0e8f71b2bc LPBUG#906638 : Fixes to build oqgraph with boost 1.48 14 years ago
..
CMakeLists.txt Detect Boost installation and build OQGRAPH when possible. For now, disable oqgraph on x64 until 15 years ago
Makefile.am oqgraph and sphinx on windows 15 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 Fixed compiler warnings but calling field->store(longlong, unsigned_flag) with proper arguments. 15 years ago
ha_oqgraph.h Import OQGraph engine into MariaDB. 16 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
plug.in Merge MariaDB 5.1->5.2 15 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/