Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / engines / memory.lib.php
bloba826a3881b27f3a71292cef71643fd23e3306875
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 */
7 /**
8 * the MEMORY (HEAP) storage engine
9 */
10 class PMA_StorageEngine_memory extends PMA_StorageEngine
12 /**
13 * returns array with variable names dedicated to MyISAM storage engine
15 * @return array variable names
17 function getVariables()
19 return array(
20 'max_heap_table_size' => array(
21 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,