summaryrefslogtreecommitdiff
path: root/storage/innobase/fts/fts0opt.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30996 insert.. select in presence of full text index freezes all other ...Thirunarayanan Balathandayuthapani2023-04-241-4/+52
* Merge branch '10.5' into 10.6Sergei Golubchik2022-09-301-1/+1
|\
| * Cleanup: Remove innobase_destroy_background_thd()Marko Mäkelä2022-09-301-1/+1
* | MDEV-25581 Allow user thread to do InnoDB fts cache syncThirunarayanan Balathandayuthapani2022-06-101-52/+4
* | MDEV-25975: Merge 10.5 into 10.6Marko Mäkelä2022-04-061-10/+29
|\ \ | |/
| * MDEV-25975: Merge 10.4 into 10.5Marko Mäkelä2022-04-061-10/+29
| |\
| | * MDEV-25975 merge fixupMarko Mäkelä2022-04-061-4/+2
| | * MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-061-2/+28
| | |\
| | | * MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-061-2/+28
| | | * MDEV-27913 innodb_ft_cache_size max possible value (80000000) is too small fo...Thirunarayanan Balathandayuthapani2022-02-241-1/+14
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-4/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-4/+9
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-4/+9
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-4/+9
| | | |\
| | | | * MDEV-26865: Add test case and instrumentationMarko Mäkelä2021-10-211-0/+3
| | | | * MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295Thirunarayanan Balathandayuthapani2021-10-211-4/+6
* | | | | MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-311-1/+1
* | | | | MDEV-19505 Do not hold mutex while calling que_graph_free()Marko Mäkelä2021-08-311-9/+9
* | | | | MDEV-24258 Merge dict_sys.mutex into dict_sys.latchMarko Mäkelä2021-08-311-7/+19
* | | | | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-14/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-181-15/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-15/+13
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-08-181-15/+13
| | | |\ \ | | | | |/
| | | | * MDEV-26376 pars_info_bind_id() unnecessarily copies stringsMarko Mäkelä2021-08-161-15/+13
| * | | | MDEV-26273 InnoDB FTS DDL fails when innodb_force_recovery is set to 2Thirunarayanan Balathandayuthapani2021-08-161-0/+2
| * | | | MDEV-24693 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2021-01-271-2/+2
* | | | | MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-211-1/+1
* | | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-191-3/+6
* | | | | Cleanup: Replace mysql_cond_t with pthread_cond_tMarko Mäkelä2021-02-071-12/+13
* | | | | 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-151-9/+6
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-108/+79
|/ / / /
* | | | MDEV-23855: Shrink fil_space_tMarko Mäkelä2020-10-261-3/+2
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-0/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-0/+5
| | |\ \ | | | |/
| | | * MDEV-21329 InnoDB: Failing assertion: lock->lock_word.load(std::memory_order_...Thirunarayanan Balathandayuthapani2020-10-081-0/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-011-3/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-011-3/+7
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-011-3/+7
| | |\ \ | | | |/
| | | * MDEV-23856 fts_optimize_wq accessed after shutdown of FTS Optimize threadThirunarayanan Balathandayuthapani2020-09-301-3/+7
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-211-2/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-08-211-2/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-08-211-2/+3
| | |\ \ | | | |/
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-28/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-28/+15
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-28/+15
| | |\ \ | | | |/
| | | * MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-051-2/+1