diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2011-08-19 04:02:50 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2011-08-19 04:02:50 +0000 |
commit | 648d49714f3de3bf0bdb7289ad7e56143be9b6d2 (patch) | |
tree | 27261c8849fb2697733c5fd315f58aee5a44e871 | |
parent | Fix broken s/max/MYSQL_MAX/ replacements on 07110_all_mysql_gcc-4.2_5.1.58.pa... (diff) | |
download | mysql-extras-20110819-0404Z.tar.gz mysql-extras-20110819-0404Z.tar.bz2 mysql-extras-20110819-0404Z.zip |
Added Diego's patch to fix the duplicate install of files on mariadb - fixes bug 379059.mysql-extras-20110819-0404Z
-rw-r--r-- | 00000_index.txt | 5 | ||||
-rw-r--r-- | 16000_all_mariadb_fix_duplicate_install.patch | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/00000_index.txt b/00000_index.txt index 62b1372..eccbdec 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -1363,3 +1363,8 @@ @ver 5.01.53.00 to 5.01.99.99 @pn mysql @@ Fix Test::Harness usage since the Perl class has changed and no longer execs by default. + +@patch 1600_all_mariadb_fix_duplicate_install.patch +@ver 5.02.07.00 to 5.03.99.99 +@pn mariadb +@@ Fix duplicate entries for files on support-files/Makefile.am diff --git a/16000_all_mariadb_fix_duplicate_install.patch b/16000_all_mariadb_fix_duplicate_install.patch new file mode 100644 index 0000000..6200d16 --- /dev/null +++ b/16000_all_mariadb_fix_duplicate_install.patch @@ -0,0 +1,11 @@ +--- mariadb-5.2.7/support-files/Makefile.am ++++ mariadb-5.2.7/support-files/Makefile.am +@@ -48,8 +48,6 @@ pkgsupp_DATA = my-small.cnf \ + config.medium.ini \ + config.small.ini \ + my-innodb-heavy-4G.cnf \ +- mysql-log-rotate \ +- binary-configure \ + ndb-config-2-node.ini + + pkgsupp_SCRIPTS = mysql.server \ |