repo.or.cz
/
phpmyadmin
/
arisferyanto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add OK and Cancel button for grid editing
[phpmyadmin/arisferyanto.git]
/
libraries
/
engines
/
innobase.lib.php
blob
faa2509d86c288a8b555bad5e5ff39bfcf3ced94
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
*
5
* @package PhpMyAdmin-Engines
6
*/
7
8
/**
9
*
10
*/
11
require_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
}
20
?
>