Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.0.16
-
None
-
REHL5
Description
Hello,
After migration from MariaDB 5.5 to 10.0.16 the value of table_definition_cache have change to the table_open_cache that was set to 400 , this was a regression to the default 1024 value proposed in 5.5. and produced some unexpected new error s on the API
Prepared statement needs to be re-prepared (1615).
Raising table_definition_cache to 1024 fixed the issue.
Why the value of a cache would make queries to failed is an other question
Can this be old upstream bug http://bugs.mysql.com/bug.php?id=42041
Attachments
Issue Links
- is part of
-
MDEV-4261 Use tabledef_version in TABLE_SHARE::get_table_ref_version()
- Open
- relates to
-
MDEV-15108 "Prepared statement needs to be re-prepared" error
- Closed