LP #1329539: GTID support for MariaDB server
Description
Environment
Smart Checklist
Activity

lpjirasync January 19, 2018 at 11:49 AM
**Comment from Launchpad by: Nirbhay Choubey on: 23-07-2014 17:21:52
Ok, this time I was able to reproduce this issue. The attached patch should fix it (innobackupex_1329539_v4.diff).

lpjirasync January 19, 2018 at 11:49 AM
**Comment from Launchpad by: Viacheslav Chernyshev on: 23-07-2014 14:37:04
Yes, I use streaming backup this way:
innobackupex --user=xxx --password=yyy --stream=tar ./ | pigz -c | nc some_host some_port

lpjirasync January 19, 2018 at 11:49 AM
**Comment from Launchpad by: Nirbhay Choubey on: 21-07-2014 13:12:18
Could you share the command you executed to take the backup?

lpjirasync January 19, 2018 at 11:49 AM
**Comment from Launchpad by: Viacheslav Chernyshev on: 21-07-2014 12:56:02
Tested v3 of this patch today. It seems that problem still exists.
Report from innobackupex:
innobackupex: MySQL binlog position: filename 'mariadb-bin.000634', position 916489279, gtid_slave_pos #, gtid_binlog_state 0-111-176382402, gtid_current_pos 0-111-176382402, gtid_binlog_pos 0-111-176382402
Result of SELECT BINLOG_GTID_POS('mariadb-bin.000634', 916489279):
0-111-176769796

lpjirasync January 19, 2018 at 11:49 AM
**Comment from Launchpad by: Nirbhay Choubey on: 16-07-2014 20:16:00
Thanks for trying out the patch and reporting the issue. Can you please try the latest patch (v3)
and let us know if it fixes the problem?
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Labels
Priority
High
Details
Details
Assignee
Reporter

Labels
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist
Open Smart Checklist
Smart Checklist

**Reported in Launchpad by Nirbhay Choubey last update 07-09-2014 14:43:01
As mentioned in lp:1326967, there are some variables used in innobackupex
which are not present in MariaDB server.
The attached patch fixes the same.
Verified on .6, MGC-10.0.
PS: This patch also includes the patch for lp:1326967.