Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEV-31618: Server crashes in process_i_s_table_temporary_tables/get_all_tables #2685

Merged

Commits on Aug 2, 2023

  1. MDEV-31618: Server crashes in process_i_s_table_temporary_tables/get_…

    …all_tables
    
    - Pre-open temporary table on sequence creation.
    - Without this patch, if rename alter is done on the temporary sequence,
      and after that `create replace`, since table is not preopened and
      alter rename marked the table as reopen, and such table is deleted in
      the `find_temporary_table()` leaving the share without the table, that
      causes `show tables` to fail
    - Closes PR MariaDB#2685
    - Reviewer: <serg@mariadb.com>
    an3l committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d4fe932 View commit details
    Browse the repository at this point in the history
  2. MDEV-28351: Assertion `this->file->children_attached' failed in ha_my…

    …isammrg::info
    
    - Fix MSAN uninitialized value error, obtained by calling handlerton's
    `info()`, and referencing uninitialized `errkey`.
    - Reviewer: serg@mariadb.com
    an3l committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c7edf8b View commit details
    Browse the repository at this point in the history