Skip to content

Commit

Permalink
MDEV-12645: mysql_install_db --no-test (postfix
Browse files Browse the repository at this point in the history
mysql_test_db.sql is in the srcdir
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed May 1, 2018
1 parent bf92784 commit 87b0434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysql_install_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ 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="$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"
do
Expand Down

0 comments on commit 87b0434

Please sign in to comment.