summaryrefslogtreecommitdiff
path: root/storage/mroonga
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-063-5/+10
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-11-063-5/+10
| |\ \ | | |/
| | * MDEV-16127 mroonga/storage.* tests fail with GCC 8Sergei Golubchik2018-10-243-5/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-1/+1
|\ \ \ | |/ /
| * | CMake, Windows - reduce amount of noisy, irrelevant MESSAGE()sVladislav Vaintroub2018-10-051-1/+1
| * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-251-1/+10
| |\ \
* | \ \ Merge branch '10.2' into 10.3Sergei Golubchik2018-09-283-13/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-143-13/+2
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-062-11/+0
| | |\ \
| | | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-4/+2
| | * | | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-042-2/+2
* | | | | Mroonga follow-up fix for MDEV-16328Marko Mäkelä2018-09-171-0/+3
* | | | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-1/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |