Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not a Bug
-
Affects Version/s: 10.0.16
-
Fix Version/s: N/A
-
Component/s: Prepared Statements
-
Labels:None
-
Environment: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
Gliffy Diagrams
Attachments
Issue Links
- is part of
-
MDEV-4261 Use tabledef_version in TABLE_SHARE::get_table_ref_version()
-
- Open
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
What is the bug here?