Home
last modified time | relevance | path

Searched refs:wsrep_aborting_thd (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_thd.cc515 wsrep_aborting_thd= NULL; in wsrep_rollback_process()
533 if (!wsrep_aborting_thd) in wsrep_rollback_process()
538 while (wsrep_aborting_thd) { in wsrep_rollback_process()
540 wsrep_aborting_thd_t next = wsrep_aborting_thd->next; in wsrep_rollback_process()
541 aborting = wsrep_aborting_thd->aborting_thd; in wsrep_rollback_process()
542 my_free(wsrep_aborting_thd); in wsrep_rollback_process()
543 wsrep_aborting_thd= next; in wsrep_rollback_process()
H A Dwsrep_mysqld.h295 typedef struct wsrep_aborting_thd { struct
296 struct wsrep_aborting_thd *next; argument
313 extern wsrep_aborting_thd_t wsrep_aborting_thd; argument
H A Dmysqld.cc786 wsrep_aborting_thd_t wsrep_aborting_thd= NULL; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_thd.cc542 wsrep_aborting_thd= NULL; in wsrep_rollback_process()
566 if (!wsrep_aborting_thd) in wsrep_rollback_process()
571 while (wsrep_aborting_thd) { in wsrep_rollback_process()
573 wsrep_aborting_thd_t next = wsrep_aborting_thd->next; in wsrep_rollback_process()
574 aborting = wsrep_aborting_thd->aborting_thd; in wsrep_rollback_process()
575 my_free(wsrep_aborting_thd); in wsrep_rollback_process()
576 wsrep_aborting_thd= next; in wsrep_rollback_process()
H A Dwsrep_mysqld.h305 typedef struct wsrep_aborting_thd { struct
306 struct wsrep_aborting_thd *next; argument
323 extern wsrep_aborting_thd_t wsrep_aborting_thd; argument
H A Dmysqld.cc726 wsrep_aborting_thd_t wsrep_aborting_thd= NULL; variable
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_thd.cc623 wsrep_aborting_thd= NULL; in wsrep_rollback_process()
641 if (!wsrep_aborting_thd) in wsrep_rollback_process()
646 while (wsrep_aborting_thd) { in wsrep_rollback_process()
648 wsrep_aborting_thd_t next = wsrep_aborting_thd->next; in wsrep_rollback_process()
649 aborting = wsrep_aborting_thd->aborting_thd; in wsrep_rollback_process()
650 my_free(wsrep_aborting_thd); in wsrep_rollback_process()
651 wsrep_aborting_thd= next; in wsrep_rollback_process()
H A Dwsrep_mysqld.h238 typedef struct wsrep_aborting_thd { struct
239 struct wsrep_aborting_thd *next; argument
257 extern wsrep_aborting_thd_t wsrep_aborting_thd; argument
H A Dwsrep_mysqld.cc128 wsrep_aborting_thd_t wsrep_aborting_thd= NULL; variable
3025 wsrep_aborting_thd_t abortees = wsrep_aborting_thd; in wsrep_aborting_thd_contains()
3039 my_malloc(sizeof(struct wsrep_aborting_thd), MYF(0)); in wsrep_aborting_thd_enqueue()
3041 aborting->next = wsrep_aborting_thd; in wsrep_aborting_thd_enqueue()
3042 wsrep_aborting_thd = aborting; in wsrep_aborting_thd_enqueue()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_thd.cc623 wsrep_aborting_thd= NULL; in wsrep_rollback_process()
641 if (!wsrep_aborting_thd) in wsrep_rollback_process()
646 while (wsrep_aborting_thd) { in wsrep_rollback_process()
648 wsrep_aborting_thd_t next = wsrep_aborting_thd->next; in wsrep_rollback_process()
649 aborting = wsrep_aborting_thd->aborting_thd; in wsrep_rollback_process()
650 my_free(wsrep_aborting_thd); in wsrep_rollback_process()
651 wsrep_aborting_thd= next; in wsrep_rollback_process()
H A Dwsrep_mysqld.h238 typedef struct wsrep_aborting_thd { struct
239 struct wsrep_aborting_thd *next; argument
257 extern wsrep_aborting_thd_t wsrep_aborting_thd; argument
H A Dwsrep_mysqld.cc128 wsrep_aborting_thd_t wsrep_aborting_thd= NULL; variable
3025 wsrep_aborting_thd_t abortees = wsrep_aborting_thd; in wsrep_aborting_thd_contains()
3039 my_malloc(sizeof(struct wsrep_aborting_thd), MYF(0)); in wsrep_aborting_thd_enqueue()
3041 aborting->next = wsrep_aborting_thd; in wsrep_aborting_thd_enqueue()
3042 wsrep_aborting_thd = aborting; in wsrep_aborting_thd_enqueue()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/handler/
H A Dha_innodb.cc128 extern MYSQL_PLUGIN_IMPORT wsrep_aborting_thd_t wsrep_aborting_thd;
17289 abortees = wsrep_aborting_thd; in wsrep_innobase_kill_one_trx()
17301 my_malloc(sizeof(struct wsrep_aborting_thd), in wsrep_innobase_kill_one_trx()
17304 aborting->next = wsrep_aborting_thd; in wsrep_innobase_kill_one_trx()
17305 wsrep_aborting_thd = aborting; in wsrep_innobase_kill_one_trx()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/handler/
H A Dha_innodb.cc143 extern MYSQL_PLUGIN_IMPORT wsrep_aborting_thd_t wsrep_aborting_thd;
20940 abortees = wsrep_aborting_thd; in wsrep_innobase_kill_one_trx()
20953 sizeof(struct wsrep_aborting_thd), in wsrep_innobase_kill_one_trx()
20956 aborting->next = wsrep_aborting_thd; in wsrep_innobase_kill_one_trx()
20957 wsrep_aborting_thd = aborting; in wsrep_innobase_kill_one_trx()