Hi we have a gtid replication and we have an error i found the gtid where therror is and i see the error is on an alter on a temp table how can i fix this without loosing data in GTID. i saw that you can skip by creating an empty gtid onstead but this means the alter won't be done and the i might fail again on next transactions can i rerun old GTID's set next_gtid to run the create table before maybe?
Thanks.
Thanks.