mariadb/storage/innobase/trx
Sachin Setiya b4616c40be MDEV-7955 WSREP() appears on radar in OLTP RO
This commit is for optimizing WSREP(thd) macro.

#define WSREP(thd) \
  (WSREP_ON && wsrep && (thd && thd->variables.wsrep_on))

In this we can safely remove wsrep and thd. We are not removing WSREP_ON
because this will change WSREP(thd) behaviour.

Patch Credit:- Nirbhay Choubay, Sergey Vojtovich
2017-01-03 10:45:55 +05:30
..
trx0i_s.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
trx0purge.cc 5.6.31 2016-06-21 14:21:03 +02:00
trx0rec.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
trx0roll.cc MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:25:47 +02:00
trx0rseg.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
trx0sys.cc Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
trx0trx.cc MDEV-7955 WSREP() appears on radar in OLTP RO 2017-01-03 10:45:55 +05:30
trx0undo.cc Merge branch 'merge-innodb-5.6' into 10.0 2016-06-21 14:58:19 +02:00