support 'alter online table t1 page_checksum=0'

This commit is contained in:
Sergei Golubchik 2022-05-24 20:10:48 +02:00
commit a8a22b7af2
36 changed files with 139 additions and 143 deletions

View file

@ -10839,7 +10839,7 @@ do_continue:;
}
if (alter_info->supports_algorithm(thd, &ha_alter_info) ||
alter_info->supports_lock(thd, &ha_alter_info))
alter_info->supports_lock(thd, online, &ha_alter_info))
{
cleanup_table_after_inplace_alter(&altered_table);
goto err_new_table_cleanup;