0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpmyadmin4.9.2
/
libraries
/
classes
/
Engines
/
[
Home
]
File: Merge.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * The MERGE storage engine * * @package PhpMyAdmin-Engines */ namespace PhpMyAdmin\Engines; use PhpMyAdmin\StorageEngine; /** * The MERGE storage engine * * @package PhpMyAdmin-Engines */ class Merge extends StorageEngine { }