<div dir="auto">Package: mariadb-plugin-spider<br>
Version: 10.3.11-1<br>
Severity: normal<br>
Tags: newcomer<br>
<br>
The postinst of Spider installs the plugin automatically:<br>
<br>
*********************************************************************************<br>
mariadb-10.3/debian$ cat mariadb-plugin-spider.postinst<br>
#!/bin/sh<br>
<br>
set -e<br>
<br>
# Install Spider<br>
# No user or password parameter is required with new MariaDB that<br>
# has unix socket authentication support by default.<br>
mysql < /usr/share/mysql/install_spider.sql || true<br>
# Always exit with success instead of leaving dpkg in a broken state<br>
<br>
<br>
#DEBHELPER#<br>
*********************************************************************************<br>
<br>
There is however nothing that would automatically uninstall it on 'apt remove' or on upgrades (if the new version has the plugin path at a different path).<br>
<br>
<br>
Maintaining MariaDB in Debian requires a lot of work and if you find this package important, please contribute by helping fix this bug. Also, if you test out current MariaDB 10.3 in Debian and find any new issues, please "scratch your own itch" and help out by fixing them.<br>
<br>
The preferred way of submitting contributions is as merge requests on Debian's Salsa system:<br>
<a href="https://wiki.debian.org/Teams/MySQL/patches" rel="noreferrer noreferrer" target="_blank">https://wiki.debian.org/Teams/MySQL/patches</a><br></div>