Transaction safety is again disabled by default

The transaction safety was enabled due to a merge. The feature should be
disabled for the 1.4 releases.
This commit is contained in:
Markus Makela 2016-04-16 07:45:15 +03:00
parent a59bece943
commit 3f99be54e7

View File

@ -275,7 +275,7 @@ createInstance(SERVICE *service, char **options)
inst->m_errno = 0;
inst->m_errmsg = NULL;
inst->trx_safe = 1;
inst->trx_safe = 0;
inst->pending_transaction = 0;
inst->last_safe_pos = 0;
inst->last_event_pos = 0;