summaryrefslogtreecommitdiff
path: root/storage/mroonga
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-03-051-3/+0
|\
| * Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-051-3/+0
* | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-153-18/+18
|\ \ | |/
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-123-18/+18
| |\
| | * 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
* | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-5/+0
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-5/+0
| |\ \ | | |/
| | * MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-231-5/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2020-10-302-2/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-10-292-2/+1
| |\ \ | | |/
| | * cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-232-2/+1
* | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-12/+1
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-06-031-1/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-06-031-1/+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.4 into 10.5Marko Mäkelä2020-05-314-0/+45
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-304-0/+45
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Fixed compiler warnings from gcc and clang 5.0.1Monty2020-05-2312-38/+39
* | | | | cleanup: ha_external_unlock() helperSergei Golubchik2020-05-051-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-192-14/+9
* | | | | fix mroonga: change field's table as well as ptr for ad-hoc // fixes ptr_in_r...Nikita Malyavin2020-03-313-43/+26
* | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-272-2/+2
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-272-17/+27
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-242-35/+0
* | | | | handler::rebind()Sergey Vojtovich2020-03-242-12/+17
* | | | | merge 10.4 to 10.5Monty2020-03-1820-3/+20
|\ \ \ \ \ | |/ / / /
| * | | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-1720-3/+20
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-3/+2
* | | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-103-12/+3
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-64/+3
* | | | | MDEV-18650: Options deprecated in previous versions - mroonga_default_parserVicențiu Ciorbaru2020-02-137-15/+15
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-24/+24
|\ \ \ \ \ | |/ / / /
| * | | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-24/+24
* | | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-214-40/+2
* | | | | MDEV-8844 Unreadable control characters printed as is in warningsAlexander Barkov2019-12-061-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-1/+6
| |\ \ \ \ | | |/ / /
| | * | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-101-0/+5
| | * | | Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1