Home
last modified time | relevance | path

Searched refs:MYSQL_THD (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h79 …my_bool (*wsrep_thd_order_before_func)(const MYSQL_THD left, const MYSQL_THD r…
80 …void (*wsrep_handle_SR_rollback_func)(MYSQL_THD BF_thd, MYSQL_THD victim_th…
89 bool (*wsrep_thd_set_wsrep_aborter_func)(MYSQL_THD bf_thd, MYSQL_THD thd);
161 bool wsrep_thd_ignore_table(MYSQL_THD thd);
170 extern "C" my_bool wsrep_on(const MYSQL_THD thd);
172 extern "C" void wsrep_thd_LOCK(const MYSQL_THD thd);
196 extern "C" bool wsrep_thd_set_wsrep_aborter(MYSQL_THD bf_thd, MYSQL_THD victim_thd);
207 extern "C" void wsrep_handle_SR_rollback(MYSQL_THD BF_thd, MYSQL_THD victim_thd);
215 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
224 extern "C" int wsrep_thd_append_key(MYSQL_THD thd,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h79 …my_bool (*wsrep_thd_order_before_func)(const MYSQL_THD left, const MYSQL_THD r…
80 …void (*wsrep_handle_SR_rollback_func)(MYSQL_THD BF_thd, MYSQL_THD victim_th…
89 bool (*wsrep_thd_set_wsrep_aborter_func)(MYSQL_THD bf_thd, MYSQL_THD thd);
161 bool wsrep_thd_ignore_table(MYSQL_THD thd);
170 extern "C" my_bool wsrep_on(const MYSQL_THD thd);
172 extern "C" void wsrep_thd_LOCK(const MYSQL_THD thd);
196 extern "C" bool wsrep_thd_set_wsrep_aborter(MYSQL_THD bf_thd, MYSQL_THD victim_thd);
207 extern "C" void wsrep_handle_SR_rollback(MYSQL_THD BF_thd, MYSQL_THD victim_thd);
215 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
224 extern "C" int wsrep_thd_append_key(MYSQL_THD thd,
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h79 …my_bool (*wsrep_thd_order_before_func)(const MYSQL_THD left, const MYSQL_THD r…
80 …void (*wsrep_handle_SR_rollback_func)(MYSQL_THD BF_thd, MYSQL_THD victim_th…
86 bool (*wsrep_thd_set_wsrep_aborter_func)(MYSQL_THD bf_thd, MYSQL_THD thd);
155 bool wsrep_thd_ignore_table(MYSQL_THD thd);
164 extern "C" my_bool wsrep_on(const MYSQL_THD thd);
166 extern "C" void wsrep_thd_LOCK(const MYSQL_THD thd);
190 extern "C" bool wsrep_thd_set_wsrep_aborter(MYSQL_THD bf_thd, MYSQL_THD victim_thd);
201 extern "C" void wsrep_handle_SR_rollback(MYSQL_THD BF_thd, MYSQL_THD victim_thd);
209 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
218 extern "C" int wsrep_thd_append_key(MYSQL_THD thd,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h79 …my_bool (*wsrep_thd_order_before_func)(const MYSQL_THD left, const MYSQL_THD r…
80 …void (*wsrep_handle_SR_rollback_func)(MYSQL_THD BF_thd, MYSQL_THD victim_th…
86 bool (*wsrep_thd_set_wsrep_aborter_func)(MYSQL_THD bf_thd, MYSQL_THD thd);
155 bool wsrep_thd_ignore_table(MYSQL_THD thd);
164 extern "C" my_bool wsrep_on(const MYSQL_THD thd);
166 extern "C" void wsrep_thd_LOCK(const MYSQL_THD thd);
190 extern "C" bool wsrep_thd_set_wsrep_aborter(MYSQL_THD bf_thd, MYSQL_THD victim_thd);
201 extern "C" void wsrep_handle_SR_rollback(MYSQL_THD BF_thd, MYSQL_THD victim_thd);
209 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
218 extern "C" int wsrep_thd_append_key(MYSQL_THD thd,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/include/mysql/
H A Dservice_parser.h35 #define MYSQL_THD THD* macro
38 #define MYSQL_THD void* macro
72 MYSQL_THD (*mysql_current_session)();
74 MYSQL_THD (*mysql_open_session)();
110 int (*mysql_get_statement_type)(MYSQL_THD thd);
134 int (*mysql_get_number_params)(MYSQL_THD thd);
198 MYSQL_LEX_STRING (*mysql_get_query)(MYSQL_THD thd);
264 MYSQL_THD mysql_parser_current_session();
265 MYSQL_THD mysql_parser_open_session();
275 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
H A Dservice_thd_alloc.h43 #define MYSQL_THD THD* macro
45 #define MYSQL_THD void* macro
55 void *(*thd_alloc_func)(MYSQL_THD, size_t);
56 void *(*thd_calloc_func)(MYSQL_THD, size_t);
57 char *(*thd_strdup_func)(MYSQL_THD, const char *);
58 char *(*thd_strmake_func)(MYSQL_THD, const char *, size_t);
59 void *(*thd_memdup_func)(MYSQL_THD, const void*, size_t);
96 void *thd_alloc(MYSQL_THD thd, size_t size);
100 void *thd_calloc(MYSQL_THD thd, size_t size);
104 char *thd_strdup(MYSQL_THD thd, const char *str);
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/
H A Dservice_parser.h33 #define MYSQL_THD THD * macro
61 typedef MYSQL_THD (*mysql_current_session_t)();
63 typedef MYSQL_THD (*mysql_open_session_t)();
65 typedef void (*mysql_start_thread_t)(MYSQL_THD thd,
124 typedef int (*mysql_get_number_params_t)(MYSQL_THD thd);
152 typedef int (*mysql_visit_tree_t)(MYSQL_THD thd,
263 MYSQL_THD mysql_parser_current_session();
264 MYSQL_THD mysql_parser_open_session();
268 void mysql_parser_set_current_database(MYSQL_THD thd,
274 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/
H A Dservice_parser.h39 #define MYSQL_THD THD * macro
63 typedef MYSQL_THD (*mysql_current_session_t)();
65 typedef MYSQL_THD (*mysql_open_session_t)();
67 typedef void (*mysql_start_thread_t)(MYSQL_THD thd,
126 typedef int (*mysql_get_number_params_t)(MYSQL_THD thd);
154 typedef int (*mysql_visit_tree_t)(MYSQL_THD thd,
265 MYSQL_THD mysql_parser_current_session();
266 MYSQL_THD mysql_parser_open_session();
270 void mysql_parser_set_current_database(MYSQL_THD thd,
276 int mysql_parser_get_statement_type(MYSQL_THD thd);
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_thd_api.cc307 int thd_tablespace_op(const MYSQL_THD thd) { in thd_tablespace_op()
390 int thd_tx_priority(const MYSQL_THD thd) { in thd_tx_priority()
394 MYSQL_THD thd_tx_arbitrate(MYSQL_THD requestor, MYSQL_THD holder) { in thd_tx_arbitrate()
405 int thd_tx_is_dd_trx(const MYSQL_THD thd) { in thd_tx_is_dd_trx()
409 void thd_inc_row_count(MYSQL_THD thd) { in thd_inc_row_count()
495 void thd_get_xid(const MYSQL_THD thd, MYSQL_XID *xid) { in thd_get_xid()
528 unsigned long thd_get_thread_id(const MYSQL_THD thd) { in thd_get_thread_id()
539 int thd_allow_batch(MYSQL_THD thd) { in thd_allow_batch()
569 char *thd_strdup(MYSQL_THD thd, const char *str) { in thd_strdup()
617 void thd_wait_begin(MYSQL_THD thd, int wait_type) { in thd_wait_begin()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/rewriter/
H A Dservices.h50 Session(MYSQL_THD current_session);
52 MYSQL_THD thd() { return m_current_session; } in thd()
55 MYSQL_THD m_previous_session;
56 MYSQL_THD m_current_session;
69 bool load(MYSQL_THD thd);
107 void set_current_database(MYSQL_THD thd, const std::string &db);
114 bool is_supported_statement(MYSQL_THD thd);
116 int get_number_params(MYSQL_THD thd);
118 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
123 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/rewriter/
H A Dservices.h51 Session(MYSQL_THD current_session);
53 MYSQL_THD thd() { return m_current_session; } in thd()
56 MYSQL_THD m_previous_session;
57 MYSQL_THD m_current_session;
72 bool load(MYSQL_THD thd);
116 void set_current_database(MYSQL_THD thd, const std::string &db);
123 bool is_select_statement(MYSQL_THD thd);
125 int get_number_params(MYSQL_THD thd);
127 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
132 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/rewriter/
H A Dservices.h51 Session(MYSQL_THD current_session);
53 MYSQL_THD thd() { return m_current_session; } in thd()
56 MYSQL_THD m_previous_session;
57 MYSQL_THD m_current_session;
72 bool load(MYSQL_THD thd);
116 void set_current_database(MYSQL_THD thd, const std::string &db);
123 bool is_select_statement(MYSQL_THD thd);
125 int get_number_params(MYSQL_THD thd);
127 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
132 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/rewriter/
H A Dservices.h51 Session(MYSQL_THD current_session);
53 MYSQL_THD thd() { return m_current_session; } in thd()
56 MYSQL_THD m_previous_session;
57 MYSQL_THD m_current_session;
72 bool load(MYSQL_THD thd);
116 void set_current_database(MYSQL_THD thd, const std::string &db);
123 bool is_select_statement(MYSQL_THD thd);
125 int get_number_params(MYSQL_THD thd);
127 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
132 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/rewriter/
H A Dservices.h51 Session(MYSQL_THD current_session);
53 MYSQL_THD thd() { return m_current_session; } in thd()
56 MYSQL_THD m_previous_session;
57 MYSQL_THD m_current_session;
72 bool load(MYSQL_THD thd);
116 void set_current_database(MYSQL_THD thd, const std::string &db);
123 bool is_select_statement(MYSQL_THD thd);
125 int get_number_params(MYSQL_THD thd);
127 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
132 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/plugin/rewriter/
H A Dservices.h51 Session(MYSQL_THD current_session);
53 MYSQL_THD thd() { return m_current_session; } in thd()
56 MYSQL_THD m_previous_session;
57 MYSQL_THD m_current_session;
72 bool load(MYSQL_THD thd);
116 void set_current_database(MYSQL_THD thd, const std::string &db);
123 bool is_select_statement(MYSQL_THD thd);
125 int get_number_params(MYSQL_THD thd);
127 bool visit_parse_tree(MYSQL_THD thd, Literal_visitor *visitor);
132 std::string get_current_query_normalized(MYSQL_THD thd);
[all …]

12345678910>>...36