• Marko Mäkelä's avatar
    innobase_init(): Remove some dead code · c5ea43fc
    Marko Mäkelä authored
    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.
    c5ea43fc
ha_innodb.cc 634 KB