Home
last modified time | relevance | path

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

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dhandler.h981 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc8801 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
8805 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dhandler.h981 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc8735 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
8739 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dhandler.h987 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc8995 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
8999 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dhandler.h1059 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc9329 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
9333 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dhandler.h1059 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc9329 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
9333 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dhandler.h1059 bool (*notify_alter_table)(THD *thd, const MDL_key *mdl_key, member
H A Dhandler.cc9329 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) in notify_alter_table_helper()
9333 if (hton->notify_alter_table(thd, params->key, params->notification_type)) in notify_alter_table_helper()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.cc8471 if (hton->state == SHOW_OPTION_YES && hton->notify_alter_table) { in notify_alter_table_helper()
8474 if (hton->notify_alter_table(thd, params->key, params->notification_type)) { in notify_alter_table_helper()
H A Dhandler.h2422 notify_alter_table_t notify_alter_table; member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dha_ndbcluster.cc12027 ndbcluster_hton->notify_alter_table = ndbcluster_notify_alter_table; in ndb_wait_setup_server_startup()