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

/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c1267 mysql_transaction_t *txn = NULL, *newtx = NULL; local
1307 newtx = (mysql_transaction_t *)
1309 newtx->zone = strdup(zone);
1310 newtx->zone_id = strdup(zone_id);
1311 newtx->dbi = get_dbi(state);
1312 newtx->next = NULL;
1314 if (newtx->dbi == NULL) {
1319 result = db_execute(state, newtx->dbi, "START TRANSACTION");
1321 dlz_mutex_unlock(&newtx->dbi->mutex);
1328 newtx
[all...]

Completed in 60 milliseconds