Hi Ingo,
I approve this patch. Just some thoughts below. I let you decide whether
to act upon them or not.
Best Regards
/Martin
Ingo Struewing wrote:
>
> get_all_tables() from information schema assumes that it opens
> one table at a time. If it cannot be opened, and the error is
> ER_NO_SUCH_TABLE, it assumes that no table needs to be closed.
>
IMHO the above information would be helpful if it were included in the
comment to get_all_tables() as well.
> + /*
> + If the error happened on a MERGE child, clear the parents TABLE
>
I'd say "parent's TABLE" here...