Details
-
Type:
Task
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Fix Version/s: 10.2
-
Component/s: None
-
Labels:None
Description
Sometimes server calls plugin_lock() more often than necessary.
For example,
CREATE TABLE t1 (a int) ENGINE=MyISAM;
in this test plugin_lock() is called five times — four times locally, and then globally. We should be able to optimize redundant plugin_lock() calls.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
on the other hands, it doesn't show up in benchmarks