• Michael Widenius's avatar
    Fixed LP:990187 Assertion `share->reopen == 1' failed at maria_extra on ADD PARTITION · 26cc22f3
    Michael Widenius authored
    
    mysql-test/suite/maria/maria-partitioning.result:
      New test case
    mysql-test/suite/maria/maria-partitioning.test:
      New test case
    sql/sql_base.cc:
      Ignore HA_EXTRA_NORMAL for wait_while_table_is_used()
      More DBUG
    sql/sql_partition.cc:
      Don't use HA_EXTRA_FORCE_REOPEN for wait_while_table_is_used() as the table is opened multiple times (in prep_alter_part_table)
      This fixes the assert in Aria where we check if table is opened multiple times if HA_EXTRA_FORCE_REOPEN is issued
    26cc22f3
maria-partitioning.result 1.1 KB