Home
last modified time | relevance | path

Searched refs:Ndb_schema_dist_client (Results 1 – 8 of 8) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_schema_dist.cc76 bool Ndb_schema_dist_client::m_ddl_blocked = true;
88 bool Ndb_schema_dist_client::is_schema_dist_result_table( in is_schema_dist_result_table()
105 void Ndb_schema_dist_client::acquire_acl_lock() { in acquire_acl_lock()
116 Ndb_schema_dist_client::Ndb_schema_dist_client(THD *thd) in Ndb_schema_dist_client() function in Ndb_schema_dist_client
237 bool Ndb_schema_dist_client::check_identifier_limits( in check_identifier_limits()
271 bool Ndb_schema_dist_client::Prepared_keys::check_key( in check_key()
283 Ndb_schema_dist_client::~Ndb_schema_dist_client() { in ~Ndb_schema_dist_client()
308 uint32 Ndb_schema_dist_client::unique_id() const { in unique_id()
323 uint32 Ndb_schema_dist_client::unique_version() const { in unique_version()
461 bool Ndb_schema_dist_client::rename_table_prepare( in rename_table_prepare()
[all …]
H A Dndb_schema_dist.h127 class Ndb_schema_dist_client {
197 Ndb_schema_dist_client() = delete;
198 Ndb_schema_dist_client(const Ndb_schema_dist_client &) = delete;
199 Ndb_schema_dist_client(class THD *thd);
201 ~Ndb_schema_dist_client();
H A Dndb_binlog_client.cc95 if (Ndb_schema_dist_client::is_schema_dist_table(share->db, in table_should_have_event_op()
102 if (Ndb_schema_dist_client::is_schema_dist_result_table(share->db, in table_should_have_event_op()
139 if (Ndb_schema_dist_client::is_schema_dist_table(db, table_name) || in event_name_for_table()
140 Ndb_schema_dist_client::is_schema_dist_result_table(db, table_name)) { in event_name_for_table()
H A Dndb_ddl_definitions.h35 class Ndb_schema_dist_client *schema_dist_client,
45 class Ndb_schema_dist_client *schema_dist_client,
H A Dndb_ddl_transaction_ctx.cc58 Ndb_schema_dist_client schema_dist_client(m_thd); in rollback_create_table()
190 Ndb_schema_dist_client schema_dist_client(m_thd); in rollback_rename_table()
370 Ndb_schema_dist_client schema_dist_client(m_thd); in post_ddl_hook_drop_temp_table()
H A Dha_ndbcluster_binlog.cc514 Ndb_schema_dist_client schema_dist_client(thd); in ndbcluster_binlog_log_query()
545 Ndb_schema_dist_client schema_dist_client(thd); in ndbcluster_binlog_log_query()
619 Ndb_schema_dist_client schema_dist_client(thd); in ndbcluster_acl_notify()
1012 bool Ndb_schema_dist_client::write_schema_op_to_NDB( in write_schema_op_to_NDB()
1092 bool Ndb_schema_dist_client::log_schema_op_impl( in log_schema_op_impl()
2286 assert(Ndb_schema_dist_client::is_schema_dist_table(share->db, in check_is_ndb_schema_event()
3832 Ndb_schema_dist_client::type_name( in handle_schema_op()
4010 Ndb_schema_dist_client::type_name( in handle_schema_op_post_epoch()
4182 if (Ndb_schema_dist_client::is_schema_dist_result_table( in handle_event()
5164 if (Ndb_schema_dist_client::is_schema_dist_table(share->db, in create_event()
[all …]
H A Dha_ndbcluster.cc9140 Ndb_schema_dist_client schema_dist_client(thd); in create()
10232 Ndb_schema_dist_client *schema_dist_client, in rename_table_impl()
10601 Ndb_schema_dist_client schema_dist_client(thd); in rename_table()
10890 Ndb_schema_dist_client *schema_dist_client, in drop_table_impl()
11083 Ndb_schema_dist_client schema_dist_client(thd); in delete_table()
11859 THD *thd, Ndb_schema_dist_client &schema_dist_client, const char *path) { in ndbcluster_drop_database_impl()
11927 Ndb_schema_dist_client schema_dist_client(thd); in ndbcluster_drop_database()
14711 Ndb_schema_dist_client schema_dist_client;
16044 Ndb_schema_dist_client &schema_dist_client = alter_data->schema_dist_client; in commit_inplace_alter_table()
16177 Ndb_schema_dist_client &schema_dist_client = alter_data->schema_dist_client; in notify_table_changed()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dconcurrent_grants.test9 # but the locking inside Ndb_schema_dist_client::acl_notify() serializes