repo.or.cz
/
phpmyadmin
/
sankalp_k.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translation update done using Pootle.
[phpmyadmin/sankalp_k.git]
/
libraries
/
engines
/
innobase.lib.php
blob
e1262b9c929fdd5ad2bb75f45b75712097ee3994
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
*
5
* @package phpMyAdmin-Engines
6
*/
7
8
/**
9
*
10
*/
11
include_once
'./libraries/engines/innodb.lib.php'
;
12
13
/**
14
*
15
* @package phpMyAdmin-Engines
16
*/
17
class
PMA_StorageEngine_innobase
extends
PMA_StorageEngine_innodb
{}
18
19
?
>