Translation update done using Pootle.
[phpmyadmin-themes.git] / libraries / engines / memory.lib.php
blob636a8df755b3a7d7f088962048870bb0ec15400f
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package phpMyAdmin-Engines
5 */
7 /**
8 * the MEMORY (HEAP) storage engine
9 * @package phpMyAdmin-Engines
11 class PMA_StorageEngine_memory extends PMA_StorageEngine
13 /**
14 * returns array with variable names dedicated to MyISAM storage engine
16 * @return array variable names
18 function getVariables()
20 return array(
21 'max_heap_table_size' => array(
22 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,