MySQL 9.1.0
Source Code Documentation
|
Innodb Clone Replication Coordinates. More...
#include "clone0repl.h"
#include "clone0api.h"
#include "clone0clone.h"
#include "mysql/gtid/gtid.h"
#include "sql/field.h"
#include "sql/mysqld.h"
#include "sql/rpl_gtid_persist.h"
#include "sql/sql_class.h"
#include "sql/sql_thd_internal_api.h"
Functions | |
THD * | thd_get_current_thd () |
Get current THD object from thread local data. More... | |
static void | clone_gtid_thread (Clone_persist_gtid *persist_gtid) |
Persist GTID to on disk table from time to time. More... | |
Innodb Clone Replication Coordinates.
|
static |
Persist GTID to on disk table from time to time.
[in,out] | persist_gtid | GTID persister |
THD * thd_get_current_thd | ( | ) |
Get current THD object from thread local data.
The | THD object for the thread, NULL if not connection thread |