Below is the list of changes that have just been committed into a local
5.0 repository of jonas. When jonas 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@stripped, 2007-02-20 00:55:33+01:00, jonas@stripped +1 -0
fix compile error in testBitfield
ndb/test/ndbapi/testBitfield.cpp@stripped, 2007-02-20 00:55:32+01:00, jonas@stripped +9 -0
fix compile error in testBitfield
# 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: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/50-work
--- 1.10/ndb/test/ndbapi/testBitfield.cpp 2007-02-20 00:55:37 +01:00
+++ 1.11/ndb/test/ndbapi/testBitfield.cpp 2007-02-20 00:55:37 +01:00
@@ -8,6 +8,15 @@
static const char* _dbname = "TEST_DB";
static int g_loops = 7;
+
+NDB_STD_OPTS_VARS;
+
+static struct my_option my_long_options[] =
+{
+ NDB_STD_OPTS("ndb_desc"),
+ { 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
+};
+
static void usage()
{
ndb_std_print_version();
| Thread |
|---|
| • bk commit into 5.0 tree (jonas:1.2291) | jonas | 20 Feb |