lp://staging/~posulliv/oqgraph/drizzle-port
Created by
Padraig O'Sullivan
and last modified
- Get this branch:
- bzr branch lp://staging/~posulliv/oqgraph/drizzle-port
Only
Padraig O'Sullivan
can upload to this branch. If you are
Padraig O'Sullivan
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/oqgraph
- Antony T Curtis: Abstain (pending/comment)
- Arjen Lentz: Abstain (highlevel review)
-
Diff: 3255 lines18 files modifiedoqgraph/README (+15/-0)
oqgraph/graphcore-graph.h (+56/-0)
oqgraph/graphcore-types.h (+36/-0)
oqgraph/graphcore.cc (+1034/-0)
oqgraph/graphcore.h (+116/-0)
oqgraph/graphstore.c (+356/-0)
oqgraph/graphstore.h (+90/-0)
oqgraph/ha_oqgraph.cc (+884/-0)
oqgraph/ha_oqgraph.h (+118/-0)
oqgraph/open_tables.cc (+91/-0)
oqgraph/open_tables.h (+93/-0)
oqgraph/oqgraph_config.h.in (+73/-0)
oqgraph/oqgraph_probes.d (+19/-0)
oqgraph/oqgraph_probes.h (+45/-0)
oqgraph/plugin.am (+67/-0)
oqgraph/plugin.ini (+9/-0)
oqgraph/tests/r/basic.result (+33/-0)
oqgraph/tests/t/basic.test (+25/-0)
Branch information
Recent revisions
- 12. By Padraig O'Sullivan
-
Updated the create table method to verify that created tables adhere to the
correct structure for the graph engine. - 10. By Padraig O'Sullivan
-
Added new class for tracking open tables in the engine. Removed the boost
libraries from the engine. We will make it a build time dependency instead.
If boost is not present then the engine will not be built.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/oqgraph