Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / libraries / engines / merge.lib.php
blob4bccfc79ca141fdb97a4cdb3c00dd3b15239df4b
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * The MERGE storage engine
6 * @package PhpMyAdmin-Engines
7 */
8 if (! defined('PHPMYADMIN')) {
9 exit;
12 /**
13 * The MERGE storage engine
15 * @package PhpMyAdmin-Engines
17 class PMA_StorageEngine_merge extends PMA_StorageEngine