summaryrefslogtreecommitdiff
path: root/storage/mroonga
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21108 Add option for setting install paths of groongabb-10.3-robertLukas Javorsky2021-12-022-2/+6
* Fix Groonga crash on MIPS: Correctly link to libatomicVicențiu Ciorbaru2021-10-191-0/+5
* Merge 10.2 into 10.3Marko Mäkelä2021-08-231-2/+1
|\
| * CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mrdanielnachun2021-08-191-2/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-07-294-2/+2
|\ \ | |/
| * MDEV-7209 mroonga storage engine fails to build on OpenBSDSergei Golubchik2021-07-274-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-6/+5
|\ \ | |/
| * cmake: fewer Build-Depends in SRPMSergei Golubchik2021-05-221-6/+5
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+1
|\ \ | |/
| * MDEV-25232 - CMake deprecation warning about CMAKE_MINIMUM_REQUIRED < 2.8.12Vladislav Vaintroub2021-04-281-1/+1
| * fixup MDEV-17556: fix mroongaNikita Malyavin2021-01-083-19/+19
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-082-3/+3
* | fixup MDEV-17556: fix mroongaNikita Malyavin2021-02-013-19/+19
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-272-3/+3
* | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-231-5/+0
* | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-232-2/+1
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-06-011-1/+1
| |\
| | * Attempt fixing mroonga gcc 8 build failureSergey Vojtovich2020-05-291-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-294-0/+45
|\ \ \ | |/ /
| * | Add a counter to avoid multiple initialization of Groonga mecab tokenizerKentoku SHIBA2020-05-292-0/+12
| * | Add grn_db_fin_mecab_tokenizer to finalyze mecab tokenizerKentoku SHIBA2020-05-292-0/+33
* | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-1/+1
|\ \ \ | |/ /
| * | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-011-1/+1
* | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-101-0/+5
* | | Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1
* | | Merge branch '10.2' into 10.3Monty2019-09-031-0/+6
|\ \ \ | |/ /
| * | Updated mtr files to support different compiled in optionsMonty2019-09-011-0/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-0/+3
|\ \ \ | |/ /
| * | MDEV-20379 Mroonga has memory leak in ha_mroonga::is_foreign_key_fieldMonty2019-08-201-0/+3
* | | Merge 10.2 to 10.3Marko Mäkelä2019-08-132-2/+2
|\ \ \ | |/ /
| * | Fixed some errors & warnings found by clangMonty2019-08-082-2/+2
* | | MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-301-0/+2
* | | Merge 10.2 into 10.3Eugene Kosov2019-07-165-208/+94
|\ \ \ | |/ /
| * | fix clang warningsEugene Kosov2019-07-095-208/+94
* | | cmake 3.14.3 warningsSergei Golubchik2019-07-122-6/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141278-1292/+1292
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131278-1292/+1292
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111278-1292/+1292
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-1/+1
| |\ \ | | |/
| | * cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-1/+1
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-10/+7
|\ \ \ | |/ /
| * | post-merge: gcc 8 warningsSergei Golubchik2019-03-151-6/+3
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-4/+4
| |\ \ | | |/
| | * fix gcc 8 compiler warningsSergei Golubchik2019-03-141-4/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-083-6/+6
|\ \ \ | |/ /
| * | mronga: fix a memory leakSergei Golubchik2019-03-061-1/+1
| * | MDEV-18625 ASAN unknown-crash in my_copy_fix_mb / ha_mroonga::storage_inplace...Sergei Golubchik2019-03-063-5/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-1/+1
|\ \ \ | |/ /