diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2018-03-26 17:28:21 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2018-03-29 12:24:42 +0400 |
commit | 4faf34ad639a28a29ddfc84547108fad058d00ca (patch) | |
tree | 6bc40151a5ef180103fd4aff60441ffbe8812ba5 /sql/structs.h | |
parent | b36da48ad364ee1ea9cfe6bfb46ba89c99051106 (diff) | |
download | mariadb-git-4faf34ad639a28a29ddfc84547108fad058d00ca.tar.gz |
Clean-up trx_sys.mutex misuse
Currently trx_sys.mutex protects only trx_sys.mysql_trx_list and
trx_sys.m_views, which are not accessed by lock0lock debug routines.
Thus there's no need to bother trx_sys.mutex here.
Removed trx_assert_started(): this assertion is fully covered by
check_trx_state().
Diffstat (limited to 'sql/structs.h')
0 files changed, 0 insertions, 0 deletions