mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
0e8f71b2bc
- dijkstra_shortest_paths() needs a Graph as first parameter, in case of reverse_graph we now need to use its m_g member - use boost::tuples::tie() on all places where tie() was used . Reason - fix the build with Visual Studio 10 SP1 (which includes std:tr1:tie, thus creating ambiguity) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
graphcore-graph.h | ||
graphcore-types.h | ||
graphcore.cc | ||
graphcore.h | ||
graphstore.c | ||
graphstore.h | ||
ha_oqgraph.cc | ||
ha_oqgraph.h | ||
Makefile.am | ||
oqgraph_config.h.in | ||
oqgraph_probes.d | ||
plug.in | ||
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/