mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-12645: mysql_install_db --no-test (postfix
mysql_test_db.sql is in the srcdir
This commit is contained in:
committed by
Sergey Vojtovich
parent
bf92784d38
commit
87b0434e0f
@ -350,7 +350,7 @@ create_system_tables="$srcpkgdatadir/mysql_system_tables.sql"
|
|||||||
create_system_tables2="$srcpkgdatadir/mysql_performance_tables.sql"
|
create_system_tables2="$srcpkgdatadir/mysql_performance_tables.sql"
|
||||||
fill_system_tables="$srcpkgdatadir/mysql_system_tables_data.sql"
|
fill_system_tables="$srcpkgdatadir/mysql_system_tables_data.sql"
|
||||||
maria_add_gis_sp="$buildpkgdatadir/maria_add_gis_sp_bootstrap.sql"
|
maria_add_gis_sp="$buildpkgdatadir/maria_add_gis_sp_bootstrap.sql"
|
||||||
mysql_test_db="$buildpkgdatadir/mysql_test_db.sql"
|
mysql_test_db="$srcpkgdatadir/mysql_test_db.sql"
|
||||||
|
|
||||||
for f in "$fill_help_tables" "$create_system_tables" "$create_system_tables2" "$fill_system_tables" "$maria_add_gis_sp" "$mysql_test_db"
|
for f in "$fill_help_tables" "$create_system_tables" "$create_system_tables2" "$fill_system_tables" "$maria_add_gis_sp" "$mysql_test_db"
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user