MySQL 9.1.0
Source Code Documentation
|
#include <ongoing_transaction_query_service.h>
Public Attributes | |
mysql_service_status_t(* | get_ongoing_server_transactions )(unsigned long **thread_ids, unsigned long *length) |
Service that returns the list of thread ids for the currently running transactions in the server. More... | |
mysql_service_status_t(* s_mysql_mysql_ongoing_transactions_query::get_ongoing_server_transactions) (unsigned long **thread_ids, unsigned long *length) |
Service that returns the list of thread ids for the currently running transactions in the server.
[out] | thread_ids | The list of returned thread ids |
[out] | length | The number of transactions returned in the list |