[MDEV-27913] innodb_ft_cache_size max possible value (80000000) is too small for practical purposes Created: 2022-02-22 Updated: 2022-06-28 Resolved: 2022-02-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.35, 10.4.25, 10.5.16, 10.6.8 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Valerii Kravchuk | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
It seems innodb_ft_cache_size is NOT dynamic (see upstream https://bugs.mysql.com/bug.php?id=75386) and accepts values only up to 80000000:
This is too small and causes problem like |
| Comments |
| Comment by Thirunarayanan Balathandayuthapani [ 2022-02-23 ] |
|
Patch is in bb-10.3- |