Problem installing with MariaDB 10.0.6
Opened this issue · 1 comments
prosperentbrian commented
Installing on MariaDB 10.0.6.
When I run 'make installdb', it returns:
make installdb
/usr/bin/mysql <./uninstalldb.sql
if test -f .libs/lib_mysqludf_preg.dll; then
/usr/bin/mysql <./installdb_win.sql;
else
/usr/bin/mysql <./installdb.sql;
fi
This install was upgraded from percona 5.5 and was previously running lib_mysqludf_preg with no issues. Upon upgrading to MariaDB, the functions no longer work. I tried running the commands inside of installdb.sql manually, but the functions already exist according to mysql.
trel commented
@1EightT try dropping the functions first, then adding them back again