AsyncMysqlQueryResult::recvGtid

The GTID of database returned for the current commit

public function recvGtid(): string;

This is particularly useful for INSERT, DELETE, UPDATE statements.

Returns

  • string - The gtid of the current commit as a string.