Placeholder for table-level auto_increment_cache_size configuration

This commit is contained in:
hezuojiao
2024-02-09 21:49:00 +00:00
committed by ob-robot
parent caed29ad95
commit a86074f97a
13 changed files with 144 additions and 1 deletions

View File

@ -312,6 +312,7 @@ all_table_def = dict(
('lob_inrow_threshold', 'int', 'false', 'OB_DEFAULT_LOB_INROW_THRESHOLD'),
('max_used_column_group_id', 'int', 'false', '1000'),
('column_store', 'int', 'false', '0'),
('auto_increment_cache_size', 'int', 'false', '0')
],
)