summaryrefslogtreecommitdiff
path: root/storage/innobase/fts
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25919 preparation: Remove trx_t::internalMarko Mäkelä2021-07-011-10/+10
* MDEV-25936 Crash during DDL that involves FULLTEXT INDEXMarko Mäkelä2021-06-161-0/+4
* MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-92/+160
* Merge 10.5 into 10.6Marko Mäkelä2021-05-261-15/+14
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-261-12/+23
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-05-251-12/+23
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-05-241-12/+23
| | | |\
| | | | * MDEV-25721 Double free of table when inplace alterThirunarayanan Balathandayuthapani2021-05-231-11/+22
* | | | | MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-212-5/+6
* | | | | MDEV-18518 fixup: Remove unused variablesMarko Mäkelä2021-05-071-16/+0
* | | | | MDEV-18518 follow-up fixesMarko Mäkelä2021-05-061-61/+4
* | | | | MDEV-25506: Kill during DDL leaves orphan .ibd fileMarko Mäkelä2021-05-041-7/+11
* | | | | MDEV-18518 Multi-table CREATE and DROP transactions for InnoDBMarko Mäkelä2021-05-041-196/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-7/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-8/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-8/+15
| | |\ \ \ | | | |/ /
| | | * | MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position()bb-10.3-MDEV-24620Marko Mäkelä2021-04-131-4/+7
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-091-6/+12
| | | |\ \ | | | | |/
| | | | * Improve diagnostics in order to catch MDEV-18868 and similar bugsThirunarayanan Balathandayuthapani2021-04-091-6/+12
* | | | | MDEV-25312 Replace fil_space_t::name with fil_space_t::name()bb-10.6-MDEV-25312Marko Mäkelä2021-04-071-19/+23
* | | | | MDEV-25223 change fil_system_t::space_list and fil_system_t::named_spaces fro...Eugene Kosov2021-03-241-5/+3
* | | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-192-11/+18
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-111-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-111-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-25070 SIGSEGV in fts_create_in_mem_aux_tableThirunarayanan Balathandayuthapani2021-03-101-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-24403 Segfault on CREATE TABLE with explicit FTS_DOC_ID_INDEX by multipl...Aleksey Midenkov2021-01-191-1/+1
| * | | | MDEV-24693 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2021-01-271-2/+2
* | | | | Cleanup: Replace mysql_cond_t with pthread_cond_tMarko Mäkelä2021-02-072-19/+20
* | | | | Cleanups:Marko Mäkelä2021-01-271-2/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-251-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24638 Avoid repetitive FTS SYNC request for tableThirunarayanan Balathandayuthapani2021-01-221-0/+7
* | | | | MDEV-24637 fts_slots is being accessed after it gets freedThirunarayanan Balathandayuthapani2021-01-221-5/+6
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-154-37/+37
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-152-162/+125
* | | | | MDEV-24167: Replace fts_cache_rw_lock, fts_cache_init_rw_lock with mutexMarko Mäkelä2020-11-242-68/+58
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-302-17/+22
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-292-17/+22
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-282-17/+22
| | |\ \ | | | |/
| | | * Bug #31228694 FTS QUERY WITH LIMIT HIT AN ASSERTbb-10.2-MDEV-23989Sachin Agarwal2020-10-261-3/+5
| | | * Bug #30933728 INNODB FTS PHRASE SEARCH HIT AN ASSERTSachin Agarwal2020-10-261-14/+17
* | | | MDEV-23855: Shrink fil_space_tMarko Mäkelä2020-10-261-3/+2
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-223-6/+19
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-223-6/+19
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-223-6/+19
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-1/+14
| | | |\