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