Home
last modified time | relevance | path

Searched refs:Thd_ndb (Results 1 – 25 of 131) sorted by relevance

123456

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_thd_ndb.cc43 Thd_ndb *Thd_ndb::seize(THD *thd) { in seize()
46 Thd_ndb *thd_ndb = new Thd_ndb(thd); in seize()
62 void Thd_ndb::release(Thd_ndb *thd_ndb) { in release()
67 bool Thd_ndb::recycle_ndb(void) { in recycle_ndb()
99 bool Thd_ndb::valid_ndb(void) const { in valid_ndb()
114 void Thd_ndb::init_open_tables() { in init_open_tables()
129 bool Thd_ndb::add_row_check_if_batch_full(uint size) { in add_row_check_if_batch_full()
142 void Thd_ndb::set_trans_option(Trans_options option) { in set_trans_option()
154 void Thd_ndb::reset_trans_options(void) { in reset_trans_options()
194 void Thd_ndb::push_warning(const char *fmt, ...) const { in push_warning()
[all …]
H A Dndb_metadata_change_monitor.h35 class Thd_ndb; variable
103 bool detect_logfile_group_changes(THD *thd, const Thd_ndb *thd_ndb) const;
114 bool detect_tablespace_changes(THD *thd, const Thd_ndb *thd_ndb) const;
128 bool detect_schema_changes(const Thd_ndb *thd_ndb,
140 bool detect_schema_and_table_changes(THD *thd, const Thd_ndb *thd_ndb);
152 bool detect_table_changes_in_schema(THD *thd, const Thd_ndb *thd_ndb,
H A Dndb_thd_ndb.h37 class Thd_ndb {
40 Thd_ndb(THD *);
41 ~Thd_ndb();
49 static Thd_ndb *seize(THD *);
50 static void release(Thd_ndb *thd_ndb);
110 Thd_ndb *const m_thd_ndb;
114 Options_guard(Thd_ndb *thd_ndb) in Options_guard()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
H A Dndb_thd_ndb.h58 class Thd_ndb
62 Thd_ndb(THD*);
63 ~Thd_ndb();
70 static Thd_ndb* seize(THD*);
71 static void release(Thd_ndb* thd_ndb);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dndb_thd_ndb.cc36 Thd_ndb*
37 Thd_ndb::seize(THD* thd) in seize()
41 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
63 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
72 Thd_ndb::recycle_ndb(void) in recycle_ndb()
109 Thd_ndb::valid_ndb(void) const in valid_ndb()
129 Thd_ndb::init_open_tables() in init_open_tables()
143 Thd_ndb::add_row_check_if_batch_full(uint size) in add_row_check_if_batch_full()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dndb_thd_ndb.cc35 Thd_ndb*
36 Thd_ndb::seize(THD* thd) in seize()
40 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
58 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
67 Thd_ndb::recycle_ndb(THD* thd) in recycle_ndb()
96 Thd_ndb::valid_ndb(void) in valid_ndb()
116 Thd_ndb::init_open_tables() in init_open_tables()
H A Dndb_thd_ndb.h65 class Thd_ndb
69 Thd_ndb(THD*);
70 ~Thd_ndb();
72 static Thd_ndb* seize(THD*);
73 static void release(Thd_ndb* thd_ndb);
H A Dndb_thd.h34 class Thd_ndb*
37 return (class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton); in thd_get_thd_ndb()
42 class Thd_ndb*
52 thd_set_thd_ndb(THD *thd, class Thd_ndb *thd_ndb) in thd_set_thd_ndb()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dndb_thd_ndb.cc35 Thd_ndb*
36 Thd_ndb::seize(THD* thd) in seize()
40 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
58 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
67 Thd_ndb::recycle_ndb(THD* thd) in recycle_ndb()
96 Thd_ndb::valid_ndb(void) in valid_ndb()
116 Thd_ndb::init_open_tables() in init_open_tables()
H A Dndb_thd_ndb.h65 class Thd_ndb
69 Thd_ndb(THD*);
70 ~Thd_ndb();
72 static Thd_ndb* seize(THD*);
73 static void release(Thd_ndb* thd_ndb);
H A Dndb_thd.h34 class Thd_ndb*
37 return (class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton); in thd_get_thd_ndb()
42 class Thd_ndb*
52 thd_set_thd_ndb(THD *thd, class Thd_ndb *thd_ndb) in thd_set_thd_ndb()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dndb_thd_ndb.cc35 Thd_ndb*
36 Thd_ndb::seize(THD* thd) in seize()
40 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
58 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
67 Thd_ndb::recycle_ndb(THD* thd) in recycle_ndb()
96 Thd_ndb::valid_ndb(void) in valid_ndb()
116 Thd_ndb::init_open_tables() in init_open_tables()
H A Dndb_thd_ndb.h65 class Thd_ndb
69 Thd_ndb(THD*);
70 ~Thd_ndb();
72 static Thd_ndb* seize(THD*);
73 static void release(Thd_ndb* thd_ndb);
H A Dndb_thd.h34 class Thd_ndb*
37 return (class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton); in thd_get_thd_ndb()
42 class Thd_ndb*
52 thd_set_thd_ndb(THD *thd, class Thd_ndb *thd_ndb) in thd_set_thd_ndb()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dndb_thd_ndb.cc35 Thd_ndb*
36 Thd_ndb::seize(THD* thd) in seize()
40 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
58 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
67 Thd_ndb::recycle_ndb(THD* thd) in recycle_ndb()
96 Thd_ndb::valid_ndb(void) in valid_ndb()
116 Thd_ndb::init_open_tables() in init_open_tables()
H A Dndb_thd_ndb.h65 class Thd_ndb
69 Thd_ndb(THD*);
70 ~Thd_ndb();
72 static Thd_ndb* seize(THD*);
73 static void release(Thd_ndb* thd_ndb);
H A Dndb_thd.h34 class Thd_ndb*
37 return (class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton); in thd_get_thd_ndb()
42 class Thd_ndb*
52 thd_set_thd_ndb(THD *thd, class Thd_ndb *thd_ndb) in thd_set_thd_ndb()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dndb_thd_ndb.cc35 Thd_ndb*
36 Thd_ndb::seize(THD* thd) in seize()
40 Thd_ndb* thd_ndb= new Thd_ndb(thd); in seize()
58 Thd_ndb::release(Thd_ndb* thd_ndb) in release()
67 Thd_ndb::recycle_ndb(THD* thd) in recycle_ndb()
96 Thd_ndb::valid_ndb(void) in valid_ndb()
116 Thd_ndb::init_open_tables() in init_open_tables()
H A Dndb_thd_ndb.h65 class Thd_ndb
69 Thd_ndb(THD*);
70 ~Thd_ndb();
72 static Thd_ndb* seize(THD*);
73 static void release(Thd_ndb* thd_ndb);
H A Dndb_thd.h34 class Thd_ndb*
37 return (class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton); in thd_get_thd_ndb()
42 class Thd_ndb*
52 thd_set_thd_ndb(THD *thd, class Thd_ndb *thd_ndb) in thd_set_thd_ndb()

123456