summaryrefslogtreecommitdiff
path: root/storage/oqgraph
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2021-11-291-0/+7
|\
| * MDEV-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522Alexey Bychko2021-11-231-0/+7
* | Merge 10.2 into 10.3Marko Mäkelä2021-07-271-0/+3
|\ \ | |/
| * Some tests can take very long time when run with valgrindElena Stepanova2021-07-241-0/+3
* | Merge 10.2 into 10.3Marko Mäkelä2021-07-221-0/+8
|\ \ | |/
| * Add feature summary at the end of cmake.Heinz Wiesinger2021-07-211-0/+8
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-5/+5
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-5/+5
* | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-0/+4
|\ \ | |/
| * MDEV-24161: shortcut OQGRAPH dependency checks if disabledDaniel Black2020-11-161-0/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-1415-15/+15
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-1315-15/+15
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-118-8/+8
| | |\
| | * \ Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-117-7/+7
| | |\ \ | | | |/
| | | * Update FSF addressMichal Schorm2019-05-107-7/+7
| | | * MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbotSergei Golubchik2015-02-091-0/+1
* | | | remove obsolete checks for -fno-implicit-templatesSergei Golubchik2018-08-121-1/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-242-3/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-242-3/+2
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-242-3/+2
| | |\ \
| | | * | MDEV-15510 - storage/oqgraph: Quench warnings with Boost 1.66Sergey Vojtovich2018-04-112-3/+2
* | | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-123-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-103-3/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-073-3/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-15291 - OQGraph fails to build on FreeBSDSergey Vojtovich2018-04-063-3/+1
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+1
|\ \ \ \ \
| * | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+1
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+2
* | | | | | Add "leaves" algorithm to oqgraph.Heinz Wiesinger2017-12-057-0/+668
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-307-203/+191
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-307-203/+191
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-247-203/+191
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-227-203/+191
| | | |\ \ \ | | | | |/ /
| | | | * | Fix oqgraph compilation with Boost versions <=1.49Vicențiu Ciorbaru2017-10-091-1/+1
| | | | * | MDEV-10980: Fix reverse queries in OQGRAPH.Heinz Wiesinger2017-10-097-202/+190
* | | | | | compilation failure in oqgraph after 4aaa38d26ed9Sergei Golubchik2017-08-261-12/+0
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-242-5/+15
* | | | | | Remove XtraDBMarko Mäkelä2017-06-211-1/+0
|/ / / / /
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-232-12/+11
* | | | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-182-2/+2
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-3021-20/+22
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-1015-15/+15
| * | | MDEV-11941 - Lintian complains about executable bitsSergey Vojtovich2017-03-072-1/+3
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-034-4/+4
| |\ \ \ | | |/ /
| | * | Fixed test failing as myisam table was deleted before oqgraph table.Michael Widenius2017-02-284-4/+4
* | | | oqgraph: remove redundant update_virtual_fields() callsSergei Golubchik2017-02-131-16/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-292-22/+28
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-022-22/+28
| |\ \ \ | | |/ /
| | * | MDEV-5944: Compile fix for OQGRAPH with LLVMDon Lewis2016-10-252-22/+28
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-6/+6