mariadb/storage/xtradb
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
..
api MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
btr MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
buf MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge branch '10.0' into 10.1 2016-12-19 17:15:25 +02:00
dyn move to storage/xtradb 2015-05-04 19:15:28 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 2016-12-30 09:52:24 +02:00
fsp Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
fts MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytes 2016-12-05 15:25:59 +02:00
fut move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler MDEV-7955 WSREP() appears on radar in OLTP RO 2017-01-03 10:45:55 +05:30
ibuf MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
include MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 2016-12-30 09:52:24 +02:00
lock MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE) 2016-12-02 11:08:18 +02:00
log MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 2016-12-30 09:52:24 +02:00
mach 5.6.33-79.0 2016-10-25 17:01:37 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
mysql-test/storage_engine Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
os MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
page MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
pars Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge branch '10.0-galera' into 10.1 2016-11-02 13:44:07 +01:00
row MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
srv MDEV-11556 InnoDB redo log apply fails to adjust data file sizes 2016-12-30 09:52:24 +02:00
sync MDEV-11349 (1/2) Fix some clang 4.0 warnings 2016-11-25 09:09:51 +02:00
trx MDEV-7955 WSREP() appears on radar in OLTP RO 2017-01-03 10:45:55 +05:30
usr move to storage/xtradb 2015-05-04 19:15:28 +02:00
ut MDEV-8684: Remove delaying maths in ut_delay 2016-03-31 16:35:19 +11:00
CMakeLists.txt Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00