6fb9fe90b5
Lots of changes, please see http://dev.mysql.com/doc/mysql/en/news-4-1-14.html for more information.
32 lines
982 B
Text
32 lines
982 B
Text
$NetBSD: patch-ax,v 1.4 2005/09/26 22:34:49 xtraeme Exp $
|
|
|
|
--- scripts/Makefile.in.orig 2005-09-26 23:51:54.000000000 +0200
|
|
+++ scripts/Makefile.in 2005-09-26 23:52:22.000000000 +0200
|
|
@@ -322,23 +322,10 @@
|
|
vio_dir = @vio_dir@
|
|
vio_libs = @vio_libs@
|
|
zlib_dir = @zlib_dir@
|
|
-bin_SCRIPTS = @server_scripts@ \
|
|
- msql2mysql \
|
|
- mysql_config \
|
|
- mysql_fix_privilege_tables \
|
|
- mysql_fix_extensions \
|
|
- mysql_setpermission \
|
|
- mysql_secure_installation \
|
|
- mysql_zap \
|
|
- mysqlaccess \
|
|
- mysqlbug \
|
|
- mysql_convert_table_format \
|
|
- mysql_find_rows \
|
|
- mysqlhotcopy \
|
|
- mysqldumpslow \
|
|
- mysql_explain_log \
|
|
- mysql_tableinfo \
|
|
- mysqld_multi \
|
|
+bin_SCRIPTS = msql2mysql mysql_config mysql_fix_privilege_tables \
|
|
+ mysql_setpermission mysql_zap mysqlaccess mysqlbug \
|
|
+ mysql_convert_table_format mysql_find_rows mysqlhotcopy \
|
|
+ mysqldumpslow mysql_explain_log mysql_tableinfo \
|
|
mysql_create_system_tables
|
|
|
|
noinst_SCRIPTS = make_binary_distribution \
|