Comment 3 for bug 785489

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Quoting revision comments for 5.1:

"
      Bug #785489: Option to block start InnoDB until LRU is preloaded from
      dump

      Added a new boolean option, --innodb-blocking-lru-restore, which is OFF
      by default. When set to ON, restoring from the LRU dump file is
      synchronous, i.e. InnoDB waits until it is complete before reporting
      successful startup to the server.
"

In 5.5, the option name is innodb-blocking-buffer-pool-restore (to be consistent with innodb-buffer-pool-restore-at-startup).