diff options
author | kent@mysql.com <> | 2006-06-16 22:29:52 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-06-16 22:29:52 +0200 |
commit | 5a242ffc4f9f15970b9c65f1e4e0ce1828e0b346 (patch) | |
tree | 84cb7427f58e4dbceda004727b200773e796ab8c /netware | |
parent | 26fa98a2cbed5413ff3e4899700523ddf5d81274 (diff) | |
download | mariadb-git-5a242ffc4f9f15970b9c65f1e4e0ce1828e0b346.tar.gz |
.del-mysql_install.def~8da659e7c0f7e571:
Delete: netware/mysql_install.def
Makefile.am:
Removed obsolete "mysql_install.def"
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 4 | ||||
-rw-r--r-- | netware/mysql_install.def | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 0588e6b1ade..527425d3207 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -29,7 +29,7 @@ netware_build_files = client/mysql.def client/mysqladmin.def \ client/mysqlbinlog.def client/mysqlcheck.def \ client/mysqldump.def client/mysqlimport.def \ client/mysqlshow.def client/mysqltest.def \ - extra/mysql_install.def extra/my_print_defaults.def \ + extra/my_print_defaults.def \ extra/perror.def extra/replace.def \ extra/resolveip.def extra/comp_err.def \ isam/isamchk.def \ @@ -52,7 +52,7 @@ EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \ libmysqlmain.c my_manage.c my_manage.h \ my_print_defaults.def myisam_ftdump.def myisamchk.def \ myisamlog.def myisampack.def mysql.def mysql.xdc \ - mysql_fix_privilege_tables.pl mysql_install.def \ + mysql_fix_privilege_tables.pl \ mysql_install_db.c mysql_install_db.def \ mysql_secure_installation.pl mysql_test_run.c \ mysql_test_run.def mysql_waitpid.def mysqladmin.def \ diff --git a/netware/mysql_install.def b/netware/mysql_install.def deleted file mode 100644 index 3392afb7298..00000000000 --- a/netware/mysql_install.def +++ /dev/null @@ -1,10 +0,0 @@ -#------------------------------------------------------------------------------ -# My Print Defaults -#------------------------------------------------------------------------------ -MODULE libc.nlm -COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." -DESCRIPTION "MySQL Install Tool" -VERSION 4, 0 -XDCDATA ../netware/mysql.xdc -#DEBUG - |