[CP] [LOB] support inrow threshold config

This commit is contained in:
shadowao
2023-12-11 05:17:14 +00:00
committed by ob-robot
parent 820c5f4e6d
commit 2af60a0292
22 changed files with 234 additions and 21 deletions

View File

@ -391,6 +391,7 @@ int ObAlterTableResolver::set_table_options()
alter_table_schema.set_table_mode_struct(table_mode_);
alter_table_schema.set_tablespace_id(tablespace_id_);
alter_table_schema.set_dop(table_dop_);
alter_table_schema.set_lob_inrow_threshold(lob_inrow_threshold_);
//deep copy
if (OB_FAIL(ret)) {
//do nothing