File "Merge.php"
Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/libraries/classes/Engines/Merge.php
File size: 314 B
MIME-type:
Charset: utf-8
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* The MERGE storage engine
*
* @package PhpMyAdmin-Engines
*/
declare(strict_types=1);
namespace PhpMyAdmin\Engines;
use PhpMyAdmin\StorageEngine;
/**
* The MERGE storage engine
*
* @package PhpMyAdmin-Engines
*/
class Merge extends StorageEngine
{
}