Translation update done using Pootle.
[phpmyadmin-themes.git] / libraries / engines / berkeleydb.lib.php
blob48b2ae8896a742112f2f3c0e8419e859c56bc8f4
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package phpMyAdmin-Engines
5 */
7 /**
8 * Load BDB class.
9 */
10 include_once './libraries/engines/bdb.lib.php';
12 /**
13 * This is same as BDB.
14 * @package phpMyAdmin-Engines
16 class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb