diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-02 19:49:43 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-02 19:49:43 +0300 |
commit | 5f5c6c87a64094a05575edbc4e54f11ce4ba1ffc (patch) | |
tree | ccdd8954668dc92af067754cb29c9692f126d61e /support-files/Makefile.am | |
parent | 57e720bb112d169c4fcc4286ad7e815981f1680c (diff) | |
download | mariadb-git-5f5c6c87a64094a05575edbc4e54f11ce4ba1ffc.tar.gz |
Fixed up mysql-max spec file
sql-bench/test-insert.sh:
Allow the db to use multi value inserts if run with --fast.
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 00e8b13b12c..164fd50a89c 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -18,6 +18,7 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = mysql.spec.sh \ + mysql-max.spec.sh \ my-small.cnf.sh \ my-medium.cnf.sh \ my-large.cnf.sh \ @@ -33,6 +34,7 @@ pkgdata_DATA = my-small.cnf \ my-huge.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ + mysql-max-@VERSION@.spec \ binary-configure pkgdata_SCRIPTS = mysql.server @@ -42,6 +44,7 @@ CLEANFILES = my-small.cnf \ my-large.cnf \ my-huge.cnf \ mysql.spec \ + mysql-max-@VERSION@.spec \ mysql-@VERSION@.spec \ mysql-log-rotate \ mysql.server \ @@ -52,6 +55,10 @@ mysql-@VERSION@.spec: mysql.spec rm -f $@ cp mysql.spec $@ +mysql-max-@VERSION@.spec: mysql-max.spec + rm -f $@ + cp mysql-max.spec $@ + SUFFIXES = .sh .sh: |