Commit be4d74e7 authored by unknown's avatar unknown

Incorrect function call fixed.

parent a4bcd5fe
...@@ -1558,7 +1558,7 @@ static int run_redo_phase(LSN lsn, my_bool apply) ...@@ -1558,7 +1558,7 @@ static int run_redo_phase(LSN lsn, my_bool apply)
display_record_position(log_desc2, &rec2, 0); display_record_position(log_desc2, &rec2, 0);
if (apply && display_and_apply_record(log_desc2, &rec2)) if (apply && display_and_apply_record(log_desc2, &rec2))
{ {
translog_destroy(&scanner2); translog_destroy_scanner(&scanner2);
goto err; goto err;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment