I don't know if this is a bug.
I built MariaDB + TidesDB with: "-DDEFAULT_SYSCONFDIR=/home/mdcallag/d/ma120202_tides/etc"
And then this happens. Is it hardwired to look in $mysql_data_dir/etc/my.cnf? The datadir I use is /data/m/my/data but I don't put etc there.
MariaDB [(none)]> INSTALL SONAME 'ha_tidesdb';
ERROR 1524 (HY000): Plugin '(null)' is not loaded
MariaDB [(none)]> quit
From the error log I see:
Could not open required defaults file: /data/m/my/data/etc/my.cnf
Fatal error in defaults handling. Program aborted
I don't know if this is a bug.
I built MariaDB + TidesDB with: "-DDEFAULT_SYSCONFDIR=/home/mdcallag/d/ma120202_tides/etc"
And then this happens. Is it hardwired to look in $mysql_data_dir/etc/my.cnf? The datadir I use is /data/m/my/data but I don't put etc there.
From the error log I see: