Browse Source
Allocate trx_sys.mvcc at link time
Allocate trx_sys.mvcc at link time
trx_sys.mvcc was allocated dynamically for no good reason.pull/567/head
10 changed files with 31 additions and 34 deletions
-
4storage/innobase/handler/ha_innodb.cc
-
11storage/innobase/include/read0read.h
-
14storage/innobase/include/trx0sys.h
-
4storage/innobase/read/read0read.cc
-
2storage/innobase/row/row0sel.cc
-
2storage/innobase/srv/srv0srv.cc
-
2storage/innobase/srv/srv0start.cc
-
2storage/innobase/trx/trx0purge.cc
-
14storage/innobase/trx/trx0sys.cc
-
10storage/innobase/trx/trx0trx.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue