2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Engines
9 * the MEMORY (HEAP) storage engine
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_memory
extends PMA_StorageEngine
15 * returns array with variable names dedicated to MyISAM storage engine
17 * @return array variable names
19 function getVariables()
22 'max_heap_table_size' => array(
23 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
,