Initial commit
This commit is contained in:
15
pma/libraries/classes/Engines/Innobase.php
Normal file
15
pma/libraries/classes/Engines/Innobase.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* The Innobase storage engine
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\Engines;
|
||||
|
||||
/**
|
||||
* The Innobase storage engine
|
||||
*/
|
||||
class Innobase extends Innodb
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user