Modifying the version number
This commit is contained in:
@ -2090,7 +2090,7 @@ int ObTruncateTableExecutor::check_use_parallel_truncate(const obrpc::ObTruncate
|
||||
LOG_WARN("table is not exist", K(ret), K(database_name), K(table_name));
|
||||
} else {
|
||||
use_parallel_truncate = (table_schema->get_autoinc_column_id() == 0 && compat_version >= DATA_VERSION_4_1_0_0)
|
||||
|| compat_version >= DATA_VERSION_4_2_0_0;
|
||||
|| compat_version >= DATA_VERSION_4_1_0_2;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user