FinderIndexerDriverMysql::toggleTables
Method to switch the token tables from Memory tables to MyISAM tables when they are close to running out of memory.
Signature
protected function toggleTables(boolean
$memory )
Parameters
-
$memory
- Flag to control how they should be toggled.
Returns
- boolean
- True on success.
Errors/Exceptions
-
Exception
- on database error.