summaryrefslogtreecommitdiff
path: root/storage/oqgraph
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix for order by crash, release dangling cursor when unlocking table.Andrew McDonnell2013-09-103-3/+45
| * | | Fix remaining build problems caused by merge from lp:maria/10.0Andrew McDonnell2013-09-093-43/+85
| * | | Partial fix for lp bug 1221722Andrew McDonnell2013-09-072-11/+12
| * | | Partial fix for lp bug 1221722andrew2013-09-062-26/+17
| * | | Merge upstream latest maria/10.0andrew2013-09-061-1/+0
| |\ \ \ | |/ / / |/| | |
| * | | Fix for build error on gcc 4.7andrew2013-09-061-1/+2
| * | | Revert half the fix for 1133093 - superfluousAndrew McDonnell2013-08-161-1/+1
| * | | Fix segfault for 1133093Andrew McDonnell2013-08-151-0/+1
| * | | Fix base segfault for order by. However, this shifts the problem elsewhere.Andrew McDonnell2013-08-151-1/+1
| * | | Disable ALTER for oqgraph. Fixes crash.Andrew McDonnell2013-08-151-1/+6
| * | | Fix one memory leak (caused by not freeing found cursor in find_vertices) (in...Andrew McDonnell2013-08-121-3/+4
| * | | Fix const correctness as per ha_example.cc, but doesnt fix bug.Andrew McDonnell2013-08-111-4/+4
| * | | Reduce debug verbosityAndrew McDonnell2013-08-101-1/+1
| * | | Deal with properlyAndrew McDonnell2013-08-101-2/+5
| * | | Fix weights on dijkstras originator, fix for #1196036Andrew McDonnell2013-08-091-1/+2
| * | | Fix for spurious result when searching for non-existing vertexAndrew McDonnell2013-08-021-0/+9
| * | | Fix for djikstras not working on destid (because of #if 0) same as for bug 11...Andrew McDonnell2013-06-291-6/+0
| * | | Fixes bug 1196027 - breath_first with destid=XAndrew McDonnell2013-06-291-3/+4
| * | | Renamed no_search to ''Andrew McDonnell2013-06-291-3/+3
| * | | Dont allow ORIGID and DESTID columns to be the same as each other.Andrew McDonnell2013-06-291-0/+8
| * | | Fix assert in debug build on invalid latchAndrew McDonnell2013-05-311-2/+9
| * | | Cleanup warning consistencyAndrew McDonnell2013-05-191-2/+9
| * | | Fixes for compilation when DEBUG_VERBOSE and RETAIN_INT_LATCH_COMPATIBILITY n...Andrew McDonnell2013-05-191-6/+11
| * | | System variable to allow testing - integrateAndrew McDonnell2013-05-191-7/+26
| * | | System variable to allow testingAndrew McDonnell2013-05-191-8/+40
| * | | String code and string number work for djikstra and breadth_first, assertion ...Andrew McDonnell2013-03-083-24/+72
| * | | Implement latch VARCHAR()- query works with good string names, but partially ...Andrew McDonnell2013-03-071-11/+115
| * | | Implement latch VARCHAR()- table structure - retain SHORTINT backwards compat...Andrew McDonnell2013-03-042-28/+104
| * | | Fix typoAndrew McDonnell2013-03-031-1/+1
| * | | First cut at conversion to use varchar (untested)Andrew McDonnell2013-03-023-14/+85
| * | | Added oqgraph "create attr" test as per Andrew's regression test. Fixups requ...Arjen Lentz2013-03-011-81/+0
| * | | Regression test for #1134338 and #1134337 and #1134265Andrew McDonnell2013-02-281-0/+81
| * | | Fix segfaults caused by invalid origid, destid, weight attributesAndrew McDonnell2013-02-281-4/+18
| * | | Fix typo (empty destid still getting through open table)Andrew McDonnell2013-02-281-1/+1
| * | | oqgraph cleanupsArjen Lentz2013-02-281-10/+10
| * | | Removed old oqgraph v1 files (graphstore.*)Arjen Lentz2013-02-2821-1380/+1813
| * | | Fix error calculating length of underlying table name.Andrew McDonnell2013-02-271-2/+7
| * | | Sanity check that expected attributes exist when opening the table.Andrew McDonnell2013-02-271-1/+30
| * | | Fix for FindJust.cmakeAntony T Curtis2013-02-216-5/+64
| * | | fix judy cmake case sensitivityAntony T Curtis2013-02-141-6/+6
| * | | Merge with lp:maria/10.0Antony T Curtis2013-02-104-37/+25
| |\ \ \
| * | | | Fixups for OQGraph v3 on MariaDB 10.0Antony T Curtis2013-02-1011-3994/+5595
| * | | | fix indentAntony T Curtis2013-01-191-1/+1
| * | | | Import Judy 1.0.4Antony T Curtis2012-09-30105-0/+60750
| * | | | Post merge fixesAntony T Curtis2012-09-301-1/+12
| * | | | Merge OQGraph3 into MariaDB 5.5.27Antony T Curtis2012-09-3013-552/+2127
| |\ \ \ \
| | * | | | compile fixesAntony T Curtis2011-05-162-0/+6
| | * | | | Cleanup, simplify and optimize. Change makefile a little so that we have debu...Antony T Curtis2011-04-1311-1700/+769
| | * | | | Fixup and debuggingAntony T Curtis2011-04-122-26/+63
| | * | | | Commit work for OQGraph v3Antony T Curtis2011-04-1214-679/+3044