mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge bk-internal:/home/bk/mysql-4.0
into neptunus.(none):/home/msvensson/mysql/bug6554/my40-bug6554
This commit is contained in:
commit
7c269aff0f
1 changed files with 2 additions and 1 deletions
|
@ -336,8 +336,9 @@ void berkeley_cleanup_log_files(void)
|
|||
** Berkeley DB tables
|
||||
*****************************************************************************/
|
||||
|
||||
static const char *bdb_bas_exts[]= { ha_berkeley_ext, NullS };
|
||||
const char **ha_berkeley::bas_ext() const
|
||||
{ static const char *ext[]= { ha_berkeley_ext, NullS }; return ext; }
|
||||
{ return bdb_bas_exts; }
|
||||
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue