Your IP : 10.10.0.253


Current Path : /usr/share/phpmyadmin/libraries/classes/Engines/
Upload File :
Current File : //usr/share/phpmyadmin/libraries/classes/Engines/Merge.php

<?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
{
}