Below is the list of changes that have just been committed into a local
4.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2167 06/01/16 12:17:30 msvensson@neptunus.(none) +1 -0
BUG#6554 Problem Building MySql on Fedora Core 3
- Remove the local static var
sql/ha_berkeley.cc
1.118 06/01/16 12:13:33 msvensson@neptunus.(none) +2 -1
Remove local static var, make it local in file instead.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/bug6554/my40-bug6554
--- 1.117/sql/ha_berkeley.cc 2004-06-25 12:35:48 +02:00
+++ 1.118/sql/ha_berkeley.cc 2006-01-16 12:13:33 +01:00
@@ -336,8 +336,9 @@
** 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
| Thread |
|---|
| • bk commit into 4.0 tree (msvensson:1.2167) BUG#6554 | msvensson | 16 Jan |