[MDEV-6469] rpl.rpl_gtid_basic, rpl.rpl_gtid_stop_start, rpl.rpl_gtid_crash fail on PPC64 Created: 2014-07-22 Updated: 2014-08-06 Resolved: 2014-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
See http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8/builds/231/steps/test/logs/stdio
GTID order in @@gtid_binlog_pos/state depend on internal hash order. |
| Comments |
| Comment by Sergey Vojtovich [ 2014-07-22 ] | ||||||||||||||
|
Kristian, please review fix for this bug. The patch has been pushed to 10.0.13:
| ||||||||||||||
| Comment by Michael Widenius [ 2014-08-05 ] | ||||||||||||||
|
patch ok, except one thing: Better to keep this and just replace the binlog_state with GTID_POS, similar as you do later in the file. Ie, replace: with something like: | ||||||||||||||
| Comment by Michael Widenius [ 2014-08-05 ] | ||||||||||||||
|
Ok to push after comments been taken care of | ||||||||||||||
| Comment by Sergey Vojtovich [ 2014-08-06 ] | ||||||||||||||
|
Pushed additional patch to 10.0.13:
| ||||||||||||||
| Comment by Michael Widenius [ 2014-08-06 ] | ||||||||||||||
|
Patch ok |