For the complete documentation index, see llms.txt. This page is also available as Markdown.

Galera Functions

Interact with the Galera Cluster plugin. These functions provide internal status information and control mechanisms specific to synchronous multi-master replication nodes.

Return the GTID of the most recent write transaction. This function helps determine the transaction ID to use for synchronization waiting.

Return the GTID of the client's last write. This function identifies the specific transaction ID generated by the current client's most recent write operation.

Wait for a specific GTID to be applied. This function blocks the client until the node has committed the transaction with the specified Global Transaction ID.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?