Merge bk-internal:/home/bk/mysql-4.0

into  neptunus.(none):/home/msvensson/mysql/bug6554/my40-bug6554
This commit is contained in:
unknown 2006-01-16 12:48:16 +01:00
commit 7c269aff0f

View file

@ -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