Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
GNU General Public License v3.0
257
stars
28
forks
source link
Recommendation for table_definition_cache causes MariaDB to malfuntion #54
Closed
gakowalski closed 1 year ago
There is an unresolved bug in MariaDB regarding table_definition_cache: https://jira.mariadb.org/browse/MDEV-17124
It casues some web applications to throw error:
This is
z_aiops_mysql.cnf
which made the bug appear in my environments:Changing
table_definition_cache
to 2048 seems to fix the bug.