diff options
author | Chad MILLER <chad@mysql.com> | 2008-08-06 09:25:03 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-08-06 09:25:03 -0400 |
commit | ff577e3590030de1597a37d0526a32fd32825f4b (patch) | |
tree | 191f411573b11678d1ea9329b81bbe41fa24a033 /netware/BUILD/compile-linux-tools | |
parent | 7f615b2c14d3c8d7b7fbd777faa0adeba9a35fdc (diff) | |
download | mariadb-git-ff577e3590030de1597a37d0526a32fd32825f4b.tar.gz |
Bug#30129: mysql_install_db appears to run normally, but the databases \
are not created {Netware}
The init and test sql files were not created at cross-compilation time.
Now, make them in the default build rule. Additionally, remove the "fix"
SQL instructions, which are unnecessary for newly initialized databases.
Also, clean up the english in an error message, and BZRify nwbootstrap.
Diffstat (limited to 'netware/BUILD/compile-linux-tools')
-rwxr-xr-x | netware/BUILD/compile-linux-tools | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools index 14422ea5a3f..8cca00d142f 100755 --- a/netware/BUILD/compile-linux-tools +++ b/netware/BUILD/compile-linux-tools @@ -53,6 +53,9 @@ make # so the file will be linked (cd sql; make sql_yacc.cc) +# we need initilizing SQL files. +(cd netware; make test_db.sql init_db.sql) + # copying required linux tools cp extra/comp_err extra/comp_err.linux cp libmysql/conf_to_src libmysql/conf_to_src.linux |