Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.h1114 void set_secure() { m_flag |= HA_CLONE_SECURE; } in set_secure()
1117 bool is_secure() const { return (m_flag & HA_CLONE_SECURE); } in is_secure()
1170 const int HA_CLONE_SECURE = 0x08; variable