Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_gtid_state.cc64 if ((ret = gtid_table_persistor->reset(thd)) == 1) { in clear()
657 DBUG_ASSERT(gtid_table_persistor != nullptr); in save()
661 int ret = gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
678 int ret = gtid_table_persistor->save(gtid_set); in save()
734 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
738 return gtid_table_persistor->compress(thd); in compress()
744 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h366 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc1834 Gtid_table_persistor *gtid_table_persistor = nullptr; variable
2462 if (gtid_table_persistor != nullptr) { in gtid_server_cleanup()
2463 delete gtid_table_persistor; in gtid_server_cleanup()
2464 gtid_table_persistor = nullptr; in gtid_server_cleanup()
2484 !(gtid_table_persistor = new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_gtid_state.cc46 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
728 assert(gtid_table_persistor != NULL); in save()
732 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
753 int ret= gtid_table_persistor->save(gtid_set); in save()
807 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
813 return gtid_table_persistor->compress(thd); in compress()
822 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc815 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1272 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1274 delete gtid_table_persistor; in gtid_server_cleanup()
1275 gtid_table_persistor= NULL; in gtid_server_cleanup()
1305 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_gtid_state.cc44 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
732 assert(gtid_table_persistor != NULL); in save()
736 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
757 int ret= gtid_table_persistor->save(gtid_set); in save()
811 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
817 return gtid_table_persistor->compress(thd); in compress()
826 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc803 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1503 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1505 delete gtid_table_persistor; in gtid_server_cleanup()
1506 gtid_table_persistor= NULL; in gtid_server_cleanup()
1536 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_gtid_state.cc46 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
728 assert(gtid_table_persistor != NULL); in save()
732 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
753 int ret= gtid_table_persistor->save(gtid_set); in save()
807 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
813 return gtid_table_persistor->compress(thd); in compress()
822 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc815 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1272 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1274 delete gtid_table_persistor; in gtid_server_cleanup()
1275 gtid_table_persistor= NULL; in gtid_server_cleanup()
1305 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_gtid_state.cc44 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
716 assert(gtid_table_persistor != NULL); in save()
720 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
741 int ret= gtid_table_persistor->save(gtid_set); in save()
795 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
801 return gtid_table_persistor->compress(thd); in compress()
810 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc771 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1227 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1229 delete gtid_table_persistor; in gtid_server_cleanup()
1230 gtid_table_persistor= NULL; in gtid_server_cleanup()
1260 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_gtid_state.cc46 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
728 assert(gtid_table_persistor != NULL); in save()
732 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
753 int ret= gtid_table_persistor->save(gtid_set); in save()
807 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
813 return gtid_table_persistor->compress(thd); in compress()
822 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc815 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1272 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1274 delete gtid_table_persistor; in gtid_server_cleanup()
1275 gtid_table_persistor= NULL; in gtid_server_cleanup()
1305 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_gtid_state.cc44 if ((ret= gtid_table_persistor->reset(thd)) == 1) in clear()
716 DBUG_ASSERT(gtid_table_persistor != NULL); in save()
720 int ret= gtid_table_persistor->save(thd, &thd->owned_gtid); in save()
741 int ret= gtid_table_persistor->save(gtid_set); in save()
795 return gtid_table_persistor->fetch_gtids(&executed_gtids); in read_gtid_executed_from_table()
801 return gtid_table_persistor->compress(thd); in compress()
810 gtid_table_persistor->warn_or_err_on_explicit_modification(thd, table); in warn_or_err_on_modify_gtid_table()
H A Drpl_gtid_persist.h369 extern Gtid_table_persistor *gtid_table_persistor;
H A Dmysqld.cc771 Gtid_table_persistor *gtid_table_persistor= NULL; variable
1227 if (gtid_table_persistor != NULL) in gtid_server_cleanup()
1229 delete gtid_table_persistor; in gtid_server_cleanup()
1230 gtid_table_persistor= NULL; in gtid_server_cleanup()
1260 !(gtid_table_persistor= new Gtid_table_persistor())); in gtid_server_init()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/clone/
H A Dclone0repl.cc49 if (!is_active() || gtid_table_persistor == nullptr) { in add()
388 err = gtid_table_persistor->save(&write_gtid_set, false); in write_to_table()
423 gtid_table_persistor->fetch_gtids(&table_gtid_set); in flush_gtids()
476 err = gtid_table_persistor->compress(thd); in flush_gtids()