Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
When mariadb-plugin-spider package is installed, it runs install_spider.sql script which installs two plugins into mysql.plugin. Apparently, there is no reverse operation, so when the package is uninstalled and the library is removed, orphan entries remain in mysql.plugin
+------------------+--------------+
|
| name | dl |
|
+------------------+--------------+
|
| spider | ha_spider.so |
|
| spider_alloc_mem | ha_spider.so |
|
+------------------+--------------+
|
Attachments
Issue Links
- relates to
-
MDEV-19918 Server hangs or crashes while trying to lock mutex when the mutex was already locked upon startup with server_audit and orphan records in mysql.plugin
-
- Closed
-
anel Seems it worked
------------------------------------------------
mariadb-plugin-spider
drwxr-xr-x root/root ./
drwxr-xr-x root/root ./etc/
drwxr-xr-x root/root ./etc/mysql/
drwxr-xr-x root/root ./etc/mysql/mariadb.conf.d/
-rw-r--r-- root/root ./etc/mysql/mariadb.conf.d/spider.cnf
drwxr-xr-x root/root ./usr/
drwxr-xr-x root/root ./usr/lib/
drwxr-xr-x root/root ./usr/lib/mysql/
drwxr-xr-x root/root ./usr/lib/mysql/plugin/
-rw-r--r-- root/root ./usr/lib/mysql/plugin/ha_spider.so
drwxr-xr-x root/root ./usr/share/
drwxr-xr-x root/root ./usr/share/doc/
drwxr-xr-x root/root ./usr/share/doc/mariadb-plugin-spider/
-rw-r--r-- root/root ./usr/share/doc/mariadb-plugin-spider/changelog.gz
-rw-r--r-- root/root ./usr/share/doc/mariadb-plugin-spider/copyright
------------------------------------------------
When you test something yourself, just build, modify and re-build, it should not be complex.