mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
21 lines
269 B
PHP
21 lines
269 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
*
|
|
* @package PhpMyAdmin-Engines
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
require_once './libraries/engines/innodb.lib.php';
|
|
|
|
/**
|
|
*
|
|
* @package PhpMyAdmin-Engines
|
|
*/
|
|
class PMA_StorageEngine_innobase extends PMA_StorageEngine_innodb
|
|
{
|
|
}
|
|
?>
|