mariadb/storage/innobase/trx
Marko Mäkelä b93ecea65c Remove unnecessary pointer indirection for rw_lock_t
In MySQL 5.7.8 an extra level of pointer indirection was added to
dict_operation_lock and some other rw_lock_t without solid justification,
in mysql/mysql-server@52720f1772.

Let us revert that change and remove the rather useless rw_lock_t
constructor and destructor and the magic_n field. In this way,
some unnecessary pointer dereferences and heap allocation will be avoided
and debugging might be a little easier.
2019-05-13 18:46:12 +03:00
..
trx0i_s.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
trx0purge.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
trx0rec.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0roll.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0rseg.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0sys.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0trx.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0undo.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00