[MDEV-26800] mysql.plugin violates plugin_type_initialization_order Created: 2021-10-11  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: Plugins
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Major
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Problem/Incident
causes MDEV-26795 InnoDB writes error messages about co... Closed

 Description   

Plugins are expected to be initialized in the order specified by plugin_type_initialization_order.

With one exception of the engine of mysql.plugin table (usually MyISAM), it should go first.

But in fact, first all built-in plugins and command-line plugins are initialized in the plugin_type_initialization_order. After that all mysql.plugin are initialized in the plugin_type_initialization_order.

As a result, encryption and compression plugins from mysql.plugin are initialized after built-in InnoDB.


Generated at Thu Feb 08 09:48:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.