diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-02 23:39:05 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-02 23:39:05 +0300 |
commit | 6c127155953165ab3999dcd198de6ec8871059e9 (patch) | |
tree | 36cf65805e194d84dc5c8701251f87e602213a1c /support-files | |
parent | 64dcaea40578386ee7a1a8837114b597ee4257cd (diff) | |
download | mariadb-git-6c127155953165ab3999dcd198de6ec8871059e9.tar.gz |
Fixed a bug with SELECT DISTINCT and HAVING
Docs/manual.texi:
Update AIX information
support-files/Makefile.am:
Removed mysql-max spec
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 164fd50a89c..00e8b13b12c 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -18,7 +18,6 @@ ## 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 \ @@ -34,7 +33,6 @@ pkgdata_DATA = my-small.cnf \ my-huge.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ - mysql-max-@VERSION@.spec \ binary-configure pkgdata_SCRIPTS = mysql.server @@ -44,7 +42,6 @@ CLEANFILES = my-small.cnf \ my-large.cnf \ my-huge.cnf \ mysql.spec \ - mysql-max-@VERSION@.spec \ mysql-@VERSION@.spec \ mysql-log-rotate \ mysql.server \ @@ -55,10 +52,6 @@ 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: |