diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-04-26 14:15:57 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-04-26 14:15:57 +0300 |
commit | c5ea43fc9956135077ad839c4e03f72d8fc51220 (patch) | |
tree | 59c01c0bd61824f8ffb8b16729466678cd8bad13 /mysql-test | |
parent | 6e04af1b78902314ade8f54348898436a85e691d (diff) | |
download | mariadb-git-c5ea43fc9956135077ad839c4e03f72d8fc51220.tar.gz |
innobase_init(): Remove some dead code
Remove the local variable srv_buf_pool_size_org, which was always 0.
In MySQL 5.7, InnoDB was made a mandatory storage engine, which would
force InnoDB to start up when executing
mysqld --verbose --help
which is what mysql-test-run.pl is doing as a first step. With a
large innodb_buffer_pool_size, this would take a long time.
So, MySQL 5.7 includes a hack that starts up InnoDB with a smaller
buffer pool when the option --verbose is present.
Diffstat (limited to 'mysql-test')
0 files changed, 0 insertions, 0 deletions