Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dpersisted_variable.cc671 vector<st_persist_var> *persist_variables = nullptr; in set_persist_options() local
730 persist_variables = in set_persist_options()
735 persist_variables->begin(), persist_variables->end()); in set_persist_options()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dpfs_variable.cc492 vector<st_persist_var> *persist_variables = pv->get_persisted_variables(); in do_materialize_all() local
494 for (auto iter = persist_variables->begin(); in do_materialize_all()
495 iter != persist_variables->end(); iter++) { in do_materialize_all()