1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

merged with codership-mysql up to revision 3839

bzr merge -r3810..3839 lp:codership-mysql/5.5
This commit is contained in:
Seppo Jaakola
2013-02-05 17:54:42 +02:00
parent 9da9a242fa
commit 800fa186e3
14 changed files with 185 additions and 74 deletions

View File

@@ -1100,7 +1100,7 @@ THD::THD()
#ifdef WITH_WSREP
mysql_mutex_init(key_LOCK_wsrep_thd, &LOCK_wsrep_thd, MY_MUTEX_INIT_FAST);
mysql_cond_init(key_COND_wsrep_thd, &COND_wsrep_thd, NULL);
wsrep_trx_handle.trx_id = -1;
wsrep_trx_handle.trx_id = WSREP_UNDEFINED_TRX_ID;
wsrep_trx_handle.opaque = NULL;
//wsrep_retry_autocommit= ::wsrep_retry_autocommit;
wsrep_retry_counter = 0;