mariabdb version: 10.4.12-MariaDB-1:10.4.12+maria~buster-log
operating system: Debian 10
I'm trying to enable binlog encryption on a mariadb server, which is running as master in a replication configuration. Per the instructions at https://mariadb.com/kb/en/encrypting-binary-logs/, I stopped the server; edited /etc/mysql/my.cnf by adding the line encrypt_binlog=ON to the [mariadb] section; restarted the server. The restart failed with the error message
ERROR 1286 ... Unknown storage engine 'ndbinfo' when turning on encrypt_binlog
Recursive grep of /etc/mysql/* yields nothing about anything like that being explicitly turned on, as best I can tell. Search engine results are also sparse; I can't find anything on point.
Any ideas? Thanks.