diff options
author | unknown <joerg@trift2.> | 2007-08-24 10:47:13 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-08-24 10:47:13 +0200 |
commit | 5eccf587d5c08ad5257380fdb0692358ad4f4b61 (patch) | |
tree | 83e429c57fecb1d7070d311c4351e8ade5d34795 /netware | |
parent | 870958d25c7f6ac504dc2107e44ae7e80fc55c62 (diff) | |
download | mariadb-git-5eccf587d5c08ad5257380fdb0692358ad4f4b61.tar.gz |
NetWare packages were missing the scripts to initialize the database: add them.
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 30172e124a4..1e006bbc25b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -75,7 +75,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \ mysqlshow.def mysqltest.def mysql_upgrade.def perror.def \ mysql_client_test.def \ replace.def resolve_stack_dump.def resolveip.def \ - static_init_db.sql \ + static_init_db.sql init_db.sql test_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ BUILD/compile-linux-tools BUILD/compile-netware-END \ BUILD/compile-netware-START BUILD/compile-netware-all\ |