mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
BUG#6554 Problem Building MySql on Fedora Core 3
- Remove the local static var
This commit is contained in:
parent
64af284975
commit
fe5384dad8
2 changed files with 4 additions and 1 deletions
|
@ -102,6 +102,7 @@ monty@tik.
|
|||
monty@tik.mysql.fi
|
||||
monty@tramp.mysql.fi
|
||||
monty@work.mysql.com
|
||||
msvensson@neptunus.(none)
|
||||
mwagner@cash.mwagner.org
|
||||
mwagner@evoq.mwagner.org
|
||||
mwagner@here.mwagner.org
|
||||
|
|
|
@ -336,8 +336,10 @@ 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