summaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files/patch-scripts::Makefile.in
blob: 81d5185703dc1b0d1a79d82e106cc49739358bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- scripts/Makefile.in.orig	Sat Mar  4 21:36:58 2006
+++ scripts/Makefile.in	Thu Mar 16 08:22:23 2006
@@ -344,25 +344,7 @@
 yassl_libs_with_path = @yassl_libs_with_path@
 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 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 \
-			mysql_upgrade \
-			mysqld_multi \
-			mysql_create_system_tables
+bin_SCRIPTS =
 
 noinst_SCRIPTS = make_binary_distribution \
 			make_sharedlib_distribution \
@@ -396,7 +378,7 @@
 			mysqlaccess.conf \
 			mysqlbug
 
-dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql
+dist_pkgdata_DATA =
 
 # mysqlbug should be distributed built so that people can report build
 # failures with it.