MDEV-21007 Do not assert auto_increment_value unless all parts open
Commit 6dce6aec breaks out of a loop in ha_partition::info when some partitions aren't opened, in which case auto_increment_value assertion will fail. This commit patches that hole.
Showing
Please register or sign in to comment