Browse Source
mtr_t::start(): Remove unused parameters
mtr_t::start(): Remove unused parameters
The parameters bool sync=true, bool read_only=false of mtr_t::start()
were added in
eca5b0fc17
(MySQL 5.7.3).
The parameter read_only was never used anywhere.
The parameter sync was only copied around, and would be returned
by the unused function mtr_t::is_async().
We do not need this dead code in MariaDB.
pull/925/head
5 changed files with 14 additions and 60 deletions
-
29storage/innobase/include/mtr0mtr.h
-
3storage/innobase/include/trx0rec.h
-
28storage/innobase/mtr/mtr0mtr.cc
-
7storage/innobase/trx/trx0rec.cc
-
7storage/innobase/trx/trx0trx.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue