[MDEV-4446] Test rpl.rpl_gtid_startpos doesn't work with binlog checksums Created: 2013-04-27 Updated: 2013-05-27 Resolved: 2013-04-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Pavel Ivanov | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I'm using 10.0.2 tarball, running simple "cmake ." and "make". After that simple "./mtr rpl.rpl_gtid_startpos" works, but "./mtr rpl.rpl_gtid_startpos - |
| Comments |
| Comment by Elena Stepanova [ 2013-04-27 ] |
|
What are you running it on? |
| Comment by Pavel Ivanov [ 2013-04-27 ] |
|
That's interesting. I have Ubuntu 12.04 64-bit too. Compilation was done with "gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)". I wonder what's different then. |
| Comment by Kristian Nielsen [ 2013-04-29 ] |
|
Thanks for the report! The problem was that the function Gtid_log_event::peek_is_commit_rollback() did not Currently we are not testing - I'll make sure that the test suite passes with binlog checksums and try to find a |
| Comment by Kristian Nielsen [ 2013-04-29 ] |
|
Pushed to 10.0-base. revid: knielsen@knielsen-hq.org-20130429085748-xrrdwe59e9nzzdr0 |