Searched refs:mysql_transaction_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c212 typedef struct mysql_transaction mysql_transaction_t; typedef in typeref:struct:mysql_transaction
217 mysql_transaction_t *next;
239 mysql_transaction_t *transactions;
551 validate_txn(mysql_data_t *state, mysql_transaction_t *txn) {
553 mysql_transaction_t *txp;
1074 mysql_transaction_t *txn = NULL;
1087 txn = (mysql_transaction_t *) clientinfo->dbversion;
1267 mysql_transaction_t *txn = NULL, *newtx = NULL;
1307 newtx = (mysql_transaction_t *)
1308 malloc(sizeof(mysql_transaction_t));
[all...]

Completed in 72 milliseconds