1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-26774 Compression provider unloading at runtime has no effect but doesn't produce a warning

This commit is contained in:
Sergei Golubchik
2021-10-09 11:07:47 +02:00
parent 867f05ded3
commit a010959a56
3 changed files with 22 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ a left(b, 9) length(b)
1 defdefdef 3000
2 ghighighi 30000
uninstall plugin provider_lz4;
Warnings:
Warning 1620 Plugin is busy and will be uninstalled on shutdown
select plugin_name, plugin_status from information_schema.plugins where plugin_name='provider_lz4';
plugin_name plugin_status
provider_lz4 INACTIVE