MySQL 8.0.40
Source Code Documentation
|
An implementation of mysql_ongoing_transactions_query service methods. More...
#include <mysql_ongoing_transaction_query_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | get_ongoing_server_transactions (unsigned long **thread_ids, unsigned long *length) noexcept |
Service that returns the list of thread ids for the currently running transactions in the server. More... | |
An implementation of mysql_ongoing_transactions_query service methods.
|
staticnoexcept |
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 |