mariadb/storage/innobase/dict
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
..
dict0boot.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0crea.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
dict0defrag_bg.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
dict0dict.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
dict0load.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
dict0mem.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0stats.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
dict0stats_bg.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00