Home
last modified time | relevance | path

Searched refs:DD_VERSION_80017 (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/bootstrap/
H A Dbootstrap_ctx.h62 static constexpr uint DD_VERSION_80017 = 80017; variable
75 DD_VERSION_80015, DD_VERSION_80016, DD_VERSION_80017, DD_VERSION_80021};
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dschema_impl.cc116 bootstrap::DD_VERSION_80017)) { in restore_attributes()
141 bootstrap::DD_VERSION_80017) && in store_attributes()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/upgrade/
H A Ddd.cc763 } else if (is_dd_upgrade_from_before(bootstrap::DD_VERSION_80017)) { in migrate_meta_data()