2 /* vim: set expandtab sw=4 ts=4 sts=4: */
8 * the MEMORY (HEAP) storage engine
10 class PMA_StorageEngine_memory
extends PMA_StorageEngine
13 * returns array with variable names dedicated to MyISAM storage engine
15 * @return array variable names
17 function getVariables()
20 'max_heap_table_size' => array(
21 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE
,