diff options
author | unknown <lenz@mysql.com> | 2004-08-24 13:51:28 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-24 13:51:28 +0200 |
commit | 8b11e715bb4128e9b0fc31f3390f9d96189c4ff0 (patch) | |
tree | 434b3d6d57e4e125a0e9028bda861e06cf19a1af /support-files | |
parent | 696a303547eef73d5f58c1f8b68189e38913cf37 (diff) | |
download | mariadb-git-8b11e715bb4128e9b0fc31f3390f9d96189c4ff0.tar.gz |
- make sure to recreate all autoconf/automake-related files after
modifying configure.in for the commercial tarballs
- added my-innodb-heavy-4G.cnf to the distribution
Build-tools/mysql-copyright:
- make sure to recreate all autoconf/automake-related files after
modifying configure.in
support-files/Makefile.am:
- added my-innodb-heavy-4G.cnf to the distribution
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 79ba6eec763..ddad52fbb2a 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = mysql.spec.sh \ my-medium.cnf.sh \ my-large.cnf.sh \ my-huge.cnf.sh \ + my-innodb-heavy-4G \ mysql-log-rotate.sh \ mysql.server.sh \ binary-configure.sh \ @@ -34,6 +35,7 @@ pkgdata_DATA = my-small.cnf \ my-medium.cnf \ my-large.cnf \ my-huge.cnf \ + my-innodb-heavy-4G.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ binary-configure \ @@ -45,6 +47,7 @@ CLEANFILES = my-small.cnf \ my-medium.cnf \ my-large.cnf \ my-huge.cnf \ + my-innodb-heavy-4G.cnf \ mysql.spec \ mysql-@VERSION@.spec \ mysql-log-rotate \ |