diff options
author | unknown <monty@donna.mysql.com> | 2000-12-16 23:41:45 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-16 23:41:45 +0200 |
commit | 289de3ff9d278a61e28d854b9010cc7967b9dc11 (patch) | |
tree | a884910ed118d34b9de837e52be9e458c4b8619d /Makefile.am | |
parent | 77a3ea5103f73aac2e3c8868abb2c93c8d01184b (diff) | |
download | mariadb-git-289de3ff9d278a61e28d854b9010cc7967b9dc11.tar.gz |
Fixed error when copying mysqld_multi
Fixes for mysql-test
Fixed race condition in SHOW LOGS
BUILD/compile-solaris-sparc:
cleanup
Build-tools/Do-compile:
Fixed problem
Makefile.am:
Merged tests with benchmarks
configure.in:
Fix for Solaris 2.8
scripts/Makefile.am:
Fixed error when copying mysqld_multi
scripts/make_binary_distribution.sh:
Fixes for mysql-test
sql/ha_berkeley.cc:
Fixed race condition in SHOW LOGS
sql/mysqld.cc:
Fixed bug in networking
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d5924439e7c..cc8a387ca4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ SUBDIRS = include @docs_dirs@ @readline_dir@ \ @thread_dirs@ @sql_client_dirs@ \ @sql_server_dirs@ scripts tests man \ - @bench_dirs@ support-files mysql-test + @bench_dirs@ support-files # Relink after clean CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources |