Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/engines/innobase.lib.php')
-rw-r--r--libraries/engines/innobase.lib.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/engines/innobase.lib.php b/libraries/engines/innobase.lib.php
deleted file mode 100644
index 8e55768e9c..0000000000
--- a/libraries/engines/innobase.lib.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- *
- * @version $Id$
- * @package phpMyAdmin-Engines
- */
-
-/**
- *
- */
-include_once './libraries/engines/innodb.lib.php';
-
-/**
- *
- * @package phpMyAdmin-Engines
- */
-class PMA_StorageEngine_innobase extends PMA_StorageEngine_innodb {}
-
-?>