File "Innobase.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/libraries/classes/Engines/Innobase.php
File size: 176 B
MIME-type:
Charset: utf-8
<?php
/**
* The Innobase storage engine
*/
declare(strict_types=1);
namespace PhpMyAdmin\Engines;
/**
* The Innobase storage engine
*/
class Innobase extends Innodb
{
}