25 Mar
2013
25 Mar
'13
12:30 p.m.
Pavel Ivanov <pivanof@google.com> writes:
fixes. Meanwhile I've found one more bug in your code. In Gtid_log_event::do_apply_event() you assume that mysql_parse() always succeeds, you don't check thd->is_error() and always return 0. I don't
Ah, right, I see. Can you test the appended patch if it fixes the problem? I tried to copy the error handling to be identical to what Query_log_event::do_apply_event("BEGIN") does. - Kristian.