Hey Otto, > Fix for this pending at > https://salsa.debian.org/mariadb-team/mariadb-10.3/commits/bugfix/910902-mov > e-resolveip-to-server-core
thanks, but this is still not enough to run a mysql_install_db successfully.
$ /usr/bin/mysql_install_db --datadir=/tmp/test
FATAL ERROR: Could not find /usr/share/mysql/fill_help_tables.sql
and there are even more scripts to move, that are checked and not inside the
core package:
mysql_install_db (line 369ff)
fill_help_tables="$srcpkgdatadir/fill_help_tables.sql"
create_system_tables="$srcpkgdatadir/mysql_system_tables.sql"
create_system_tables2="$srcpkgdatadir/mysql_performance_tables.sql"
fill_system_tables="$srcpkgdatadir/mysql_system_tables_data.sql"
maria_add_gis_sp="$buildpkgdatadir/maria_add_gis_sp_bootstrap.sql"
mysql_test_db="$srcpkgdatadir/mysql_test_db.sql"
So far I scanned mysql_install_db, if those files got moved than
mysql_install_db should run successfully.
hefee
signature.asc
Description: This is a digitally signed message part.

