]> git.pld-linux.org Git - packages/mysql.git/blobdiff - percona.sh
- skip broken and unwanted patches
[packages/mysql.git] / percona.sh
index 75df76bf290bc8424ed595d6854c562c144532e3..0b6472e6a24b57b9a5aab80e02b6726cccac8a6f 100644 (file)
@@ -7,6 +7,9 @@ bzr_branch=lp:percona-server/$version
 branch=MYSQL_5_1
 
 filter_names() {
+       # mysql_dump_ignore_ct.patch is broken, therefore we skip
+       grep -v 'mysql_dump_ignore_ct.patch' | \
+       grep -v 'percona-support.patch' | \
        grep -v 'mysqld_safe_syslog.patch' | \
        grep -v 'mysql-test.diff'
 }
This page took 0.03073 seconds and 4 git commands to generate.