summaryrefslogtreecommitdiff
path: root/storage/mroonga/ha_mroonga.cpp
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27408 DESC index on a Mroonga table causes wrong order of result setSergei Golubchik2022-01-261-0/+8
* cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-3/+3
* cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-6/+6
* MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-0/+6
* Merge 10.5 into 10.6Marko Mäkelä2021-03-051-3/+0
|\
| * 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 10.5 into 10.6Marko Mäkelä2021-02-171-14/+14
|\ \ \ | |/ /
| * | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-14/+14
| |\ \ | | |/
| | * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-14/+14
| | |\
| | | * fixup MDEV-17556: fix mroongaNikita Malyavin2021-02-011-14/+14
| | * | Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-231-0/+3
| | |\ \ | | | |/
| | | * 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
* | | | | MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-251-0/+3
|/ / / /
* | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-12/+1
* | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-12/+7
* | | | fix mroonga: change field's table as well as ptr for ad-hoc // fixes ptr_in_r...Nikita Malyavin2020-03-311-27/+4
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-10/+17
* | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-32/+0
* | | | handler::rebind()Sergey Vojtovich2020-03-241-9/+14
* | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-1/+1
* | | | MDEV-18650: Options deprecated in previous versions - mroonga_default_parserVicențiu Ciorbaru2020-02-131-1/+1
* | | | Fixed issues when running mtr with --valgrindMonty2019-08-231-0/+3
* | | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-4/+4
* | | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-4/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-7/+7
|\ \ \ \ | |/ / /
| * | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-7/+7
* | | | MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-3/+3
* | | | MDEV-19833 Reuse new I_S table definition helper classes for MrongaAlexander Barkov2019-06-221-29/+7
* | | | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | | | Replace ha_notify_table_changed() with notify_tabledef_changed()Monty2019-05-231-28/+0
* | | | | Fixed Mroonga to follow THD ha_data protocolSergey Vojtovich2019-05-211-3/+2
|/ / / /
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-10/+7
|\ \ \ \ | |/ / /
| * | | 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.3 into 10.4Marko Mäkelä2019-03-081-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-03-081-2/+2
| |\ \ \ | | |/ /
| | * | 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-061-1/+1
* | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-0/+2
* | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-11/+11
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-3/+6
|\ \ \ \ | |/ / /