On Wed, 24 May 2023 at 18:32, Sergei Golubchik <serg@mariadb.org> wrote:
> +bool handler::is_root_handler() const
> +{
> +Ā  return this == table->file;
> +}

better make it inline in handler.h

Can't šŸ˜“
TABLE is incompleteĀ in handler.h.


--
Yours truly,
Nikita Malyavin