2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * @package phpMyAdmin-Engines
8 * the MEMORY (HEAP) storage engine
9 * @package phpMyAdmin-Engines
11 class PMA_StorageEngine_memory
extends PMA_StorageEngine
14 * returns array with variable names dedicated to MyISAM storage engine
16 * @return array variable names
18 function getVariables()
21 'max_heap_table_size' => array(
22 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
,