diff options
author | joerg@mysql.com <> | 2006-01-17 17:37:07 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-01-17 17:37:07 +0100 |
commit | 0caa0104401d4bf15f59f5722af0de9207af18c1 (patch) | |
tree | 67c989309774b077b67e6e88911b375e28d6c011 | |
parent | 9d4562e5fe6f3485bf8b0e34a04122538e5ab127 (diff) | |
parent | 81cef460b134a8ea72bd8cf0c6ed91d0ba59125e (diff) | |
download | mariadb-git-0caa0104401d4bf15f59f5722af0de9207af18c1.tar.gz |
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/M40/mysql-4.0
-rw-r--r-- | sql/ha_berkeley.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_berkeley.cc b/sql/ha_berkeley.cc index b307b3a4b75..4ee844ac719 100644 --- a/sql/ha_berkeley.cc +++ b/sql/ha_berkeley.cc @@ -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 |