diff options
author | msvensson@neptunus.(none) <> | 2005-04-01 11:15:11 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-04-01 11:15:11 +0200 |
commit | 6f9b118626006673ff27ac2fa226b3e34ac4359d (patch) | |
tree | addcc211471385731872da54c2bf04017ee5aa42 /sql/ha_berkeley.cc | |
parent | 45a79c9056437dedd7334afee422566f68df4991 (diff) | |
parent | 3a3a91cd5b61f02e3051c7c51c356d2dc596eb80 (diff) | |
download | mariadb-git-6f9b118626006673ff27ac2fa226b3e34ac4359d.tar.gz |
Merge
Diffstat (limited to 'sql/ha_berkeley.cc')
-rw-r--r-- | sql/ha_berkeley.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_berkeley.cc b/sql/ha_berkeley.cc index da4d34e6060..54d9865ddd5 100644 --- a/sql/ha_berkeley.cc +++ b/sql/ha_berkeley.cc @@ -372,9 +372,8 @@ void berkeley_cleanup_log_files(void) ** Berkeley DB tables *****************************************************************************/ -static const char *ha_bdb_bas_exts[]= { ha_berkeley_ext, NullS }; const char **ha_berkeley::bas_ext() const -{ return ha_bdb_bas_exts; } +{ static const char *ext[]= { ha_berkeley_ext, NullS }; return ext; } ulong ha_berkeley::index_flags(uint idx, uint part, bool all_parts) const |