diff options
author | Chad MILLER <chad@mysql.com> | 2008-08-18 11:08:57 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2008-08-18 11:08:57 -0400 |
commit | d5f5db845220cab60d82d0a1667c5dff6774e902 (patch) | |
tree | 9f0d487c241e35ad92c5d81132c46c179b6ee56c /netware/BUILD/compile-linux-tools | |
parent | 86fd86ed9839204be5bbae11bc19a3e1a3728332 (diff) | |
parent | 9f277e55549f2581aef45e8d098d2cda366bb2c1 (diff) | |
download | mariadb-git-d5f5db845220cab60d82d0a1667c5dff6774e902.tar.gz |
Merge from 5.0-bugteam local.
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 02c11998365..6a6abd32639 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 |