Home
last modified time | relevance | path

Searched refs:dd_schema_uuid (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_dd.cc192 bool ndb_dd_get_schema_uuid(THD *thd, dd::String_type *dd_schema_uuid) { in ndb_dd_get_schema_uuid() argument
207 if (!dd_client.get_schema_uuid(dd_schema_uuid)) { in ndb_dd_get_schema_uuid()
H A Dha_ndbcluster_binlog.cc783 dd::String_type dd_schema_uuid; in detect_initial_restart() local
784 if (!ndb_dd_get_schema_uuid(m_thd, &dd_schema_uuid)) { in detect_initial_restart()
790 if (dd_schema_uuid.empty()) { in detect_initial_restart()
827 if (ndb_schema_uuid == dd_schema_uuid.c_str()) { in detect_initial_restart()