diff options
author | unknown <monty@donna.mysql.com> | 2000-08-16 05:14:02 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-16 05:14:02 +0300 |
commit | e318f3a607f609c28636a9ac29cd67662166f01a (patch) | |
tree | 6c04aea21b1a42222c20034b365c343788f2335c /sql-bench/Makefile.am | |
parent | 6388f02bbf7ec0bee2e3bfcce0df23146c56f092 (diff) | |
download | mariadb-git-e318f3a607f609c28636a9ac29cd67662166f01a.tar.gz |
Delayed keys + portability fixes
client/Makefile.am:
Fix for make/bitkeeper
configure.in:
Fix for SCO and SHOW PROCESSLIST
include/Makefile.am:
Fix for make/bitkeeper
libmysql/Makefile.am:
Fix for make/bitkeeper
myisam/mi_check.c:
Fixes for delayed key handling
sql-bench/Makefile.am:
Fix for make/bitkeeper
sql/Makefile.am:
Fix for make/bitkeeper
sql/sql_insert.cc:
Added delay key creation to INSERT .. SELECT
Diffstat (limited to 'sql-bench/Makefile.am')
-rw-r--r-- | sql-bench/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-bench/Makefile.am b/sql-bench/Makefile.am index 0f01de71074..4af97e86e4f 100644 --- a/sql-bench/Makefile.am +++ b/sql-bench/Makefile.am @@ -77,3 +77,6 @@ SUFFIXES = .sh $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ + +# Don't update the files from bitkeeper +%::SCCS/s.% |