mariadb/storage/innobase/sync
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
..
sync0arr.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0debug.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0rw.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
sync0sync.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00