Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
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.