MDEV-29566 Failed to read from the .par file upon concurrent DDL/SELECT with partition pruning
ha_innobase::delete_table(): If locking the InnoDB persistent statistics tables mysql.innodb_table_stats or mysql.innodb_index_stats fails for a table partition, proceed to drop the partition. On DROP TABLE of a partitioned table, each partition is being dropped in a separate InnoDB DDL transaction. The only practical way to create an illusion of atomicity is to avoid failures.
Showing
Please register or sign in to comment