Дозаливка
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* The Innobase storage engine
|
||||
*
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
require_once './libraries/engines/innodb.lib.php';
|
||||
|
||||
/**
|
||||
* The Innobase storage engine
|
||||
*
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
class PMA_StorageEngine_innobase extends PMA_StorageEngine_innodb
|
||||
{
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user