diff options
Diffstat (limited to 'databases/mysql51-server/files/patch-scripts__Makefile.in')
-rw-r--r-- | databases/mysql51-server/files/patch-scripts__Makefile.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/databases/mysql51-server/files/patch-scripts__Makefile.in b/databases/mysql51-server/files/patch-scripts__Makefile.in new file mode 100644 index 000000000000..7881ee6f48dc --- /dev/null +++ b/databases/mysql51-server/files/patch-scripts__Makefile.in @@ -0,0 +1,38 @@ +--- scripts/Makefile.in.orig Tue May 8 11:42:25 2007 ++++ scripts/Makefile.in Thu May 17 09:30:48 2007 +@@ -399,21 +399,7 @@ + BUILT_SOURCES = mysql_fix_privilege_tables.sql \ + mysql_fix_privilege_tables_sql.c + +-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 \ +- mysqld_multi ++bin_SCRIPTS = + + noinst_SCRIPTS = make_binary_distribution \ + make_sharedlib_distribution +@@ -445,11 +431,7 @@ + mysql_system_tables_fix.sql \ + CMakeLists.txt + +-dist_pkgdata_DATA = fill_help_tables.sql \ +- mysql_fix_privilege_tables.sql \ +- mysql_system_tables.sql \ +- mysql_system_tables_data.sql \ +- mysql_test_data_timezone.sql ++dist_pkgdata_DATA = + + CLEANFILES = @server_scripts@ \ + make_binary_distribution \ |