mariadb: re-enable partition plugin
with move from 10.6 to 10.11 partition plugin was causing cmake error with -DPLUGIN_PARTITION=YES
, so was disabled, but it breaks functionality, compared to 10.6 in older alpine releases. according to mariadb documentation YES
is same like AUTO
, but causes cmake error. as it was statically built before, i used STATIC
which is more explicit.
Signed-off-by: Jiri Kastner cz172638@gmail.com