Comment 27 for bug 1570678

Revision history for this message
Nobuto Murata (nobuto) wrote :

I wondered if it's not fixed in Percona upstream yet (the patch seems from MariaDB), because the debian patch can still be applied partially.

$ git remote -v
origin https://github.com/percona/percona-xtradb-cluster.git (fetch)
$ git branch -vv
* 5.6 edc73a6 [origin/5.6] Merge pull request #214 from kbauskar/5.6-pxc-268
  v edc73a6 Merge pull request #214 from kbauskar/5.6-pxc-268

$ patch -p1 < /tmp/percona-xtradb-cluster-5.6-5.6.21-25.8/debian/patches/fix_tc_log_initialization_on_ppc64.patch
patching file mysql-test/include/mysqld--help.inc
Hunk #1 FAILED at 19.
1 out of 1 hunk FAILED -- saving rejects to file mysql-test/include/mysqld--help.inc.rej
patching file mysql-test/r/mysqld--help-notwin.result
Hunk #1 succeeded at 1356 with fuzz 1 (offset 50 lines).
patching file sql/log.cc
patching file sql/mysqld.cc
Hunk #1 succeeded at 8336 (offset 267 lines).
patching file sql/sql_class.h
Hunk #1 succeeded at 235 (offset 6 lines).
patching file sql/sys_vars.cc
Hunk #1 succeeded at 5294 (offset 197 lines).