summaryrefslogtreecommitdiff
path: root/storage/oqgraph
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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
* | | 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
* | | cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-121-3/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-304-27/+56
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+1
| |\ \ | | |/
| | * MDEV-9479: Enable OQGRAPH Engine to compile with Boost-1.60+Dimitri John Ledkov2016-06-221-1/+1
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-042-0/+26
| |\ \ | | |/
| | * Comment from https://github.com/MariaDB/server/pull/153Andrew McDonnell2016-04-241-1/+1
| | * Fix for MDEV-8206, as per Jira comments of 2015-11-16 and 2015-11-30Andrew McDonnell2016-04-241-0/+4
| | * MDEV-9283 - Debian: the Lintian complains about "shlib-calls-exit" inSergey Vojtovich2016-04-221-0/+22
| * | remove the forgotten PARENT_SCOPESergei Golubchik2016-05-031-1/+1
| * | Move MYSQL_ADD_PLUGIN outside of IF(OQGRAPH_OK) condition,Vladislav Vaintroub2016-05-031-25/+28
| * | MDEV-10015 Fix oqgraph compilation on WindowsVladislav Vaintroub2016-05-031-1/+1
* | | Code cleanupsSergey Vojtovich2016-06-101-9/+9
* | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-312-0/+9
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-212-3/+7
|\ \ | |/
| * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-211-3/+3
| * ASAN error in OQGraph engineSergei Golubchik2016-03-211-0/+4
* | update plugins' maturity levelsSergei Golubchik2016-03-181-1/+1
* | Added regression test for MDEV_5871Andrew McDonnell2016-02-174-1/+209
* | cmake: don't repeat yourselfSergei Golubchik2015-09-041-8/+11
* | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+1
|\ \ | |/
| * MDEV-8128 cmake fails to detect boost librariesSergei Golubchik2015-06-161-0/+1
* | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-0115-291/+429
|\ \ | |/
| * Ensure VERBOSE_DEBUG is off by defaultAndrew McDonnell2015-02-281-1/+1
| * Updated (C) message to 2015, and changelogAndrew McDonnell2015-02-281-2/+4
| * Fixed more cases for MDEV-6282Andrew McDonnell2015-02-281-1/+13
| * Hopefully finally fixes MDEV-6282, MDEV-5748 and MDEV-6345Andrew McDonnell2015-02-286-0/+24
| * Minor code cleanup: validation of options to member function.Andrew McDonnell2015-02-285-70/+107
| * Fixed minor spelling mistake.Andrew McDonnell2015-02-281-1/+1
| * Added regression test for MDEV-6345Andrew McDonnell2015-02-282-0/+31
| * Added extra debug to support MDEV-6282Andrew McDonnell2015-02-281-5/+25