Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.0.3
-
None
-
None
-
None
-
WinXP
Description
If I try to uninstall sequence engine I always get the following warning:
MariaDB [test]> UNINSTALL SONAME 'ha_sequence';
|
Query OK, 0 rows affected, 1 warning (0.00 sec)
|
 |
MariaDB [test]> SHOW WARNINGS;
|
+---------+------+----------------------------------------------------+
|
| Level | Code | Message |
|
+---------+------+----------------------------------------------------+
|
| Warning | 1620 | Plugin is busy and will be uninstalled on shutdown |
|
+---------+------+----------------------------------------------------+
|
1 row in set (0.00 sec)
|
It doesn't happen with other engines.
I don't know if it's a bug or if it's really a problem... I report it just because you may want to know.