• Michael Widenius's avatar
    Fixed MDEV-365 "Got assertion when doing alter table on a partition" · fbe5ac4e
    Michael Widenius authored
    
    mysql-test/r/partition.result:
      Added test case
    mysql-test/t/partition.test:
      Added test case
    sql/sql_partition.cc:
      Do mysql_trans_prepare_alter_copy_data() after all original tables are locked.
      (We don't want to disable transactions for the original tables, that still may be in the cache)
    sql/sql_table.cc:
      Fixed two wrong DBUG_ENTER
    fbe5ac4e
partition.test 64.4 KB