Converting number of Excel column names no longer limited
[phpmyadmin/arisferyanto.git] / libraries / engines / memory.lib.php
bloba1c3042eea3427eee1eb53633ac769a925b2dcab
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 * @package phpMyAdmin-Engines
6 */
8 /**
9 * the MEMORY (HEAP) storage engine
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_memory extends PMA_StorageEngine
14 /**
15 * returns array with variable names dedicated to MyISAM storage engine
17 * @return array variable names
19 function getVariables()
21 return array(
22 'max_heap_table_size' => array(
23 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,