mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
17b4f99928
This commit is based on the work of Michal Schorm, rebased on the earliest MariaDB version. Th command line used to generate this diff was: find ./ -type f \ -exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \ -exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \; |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
graphcore-graph.h | ||
graphcore-types.h | ||
graphcore.cc | ||
graphcore.h | ||
graphstore.c | ||
graphstore.h | ||
ha_oqgraph.cc | ||
ha_oqgraph.h | ||
oqgraph_config.h.in | ||
oqgraph_probes.d | ||
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/