Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dsrv0srv.h1030 bool set_undo_tablespace_encryption(space_id_t space_id, mtr_t *mtr,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/srv/
H A Dsrv0srv.cc2552 bool set_undo_tablespace_encryption(space_id_t space_id, mtr_t *mtr, in set_undo_tablespace_encryption() function
2625 if (set_undo_tablespace_encryption(undo_space->id(), &mtr, is_boot)) { in srv_enable_undo_encryption()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/trx/
H A Dtrx0undo.cc2013 ut_d(bool ret =) set_undo_tablespace_encryption(new_space_id, &mtr, false); in trx_undo_truncate_tablespace()