v.22.7upgrade-notes
Ordinary Database Engine and Old Storage Syntax Deprecated for MergeTree Tables
Ordinarydatabase engine and old storage definition syntax for*MergeTreetables are deprecated. By default it's not possible to create new databases withOrdinaryengine. Ifsystemdatabase hasOrdinaryengine it will be automatically converted toAtomicon server startup. There are settings to keep old behavior (allow_deprecated_database_ordinaryandallow_deprecated_syntax_for_merge_tree), but these settings may be removed in future releases. #38335 (Alexander Tokmakov).