Below is the list of changes that have just been committed into a local
5.2 repository of hartmut. When hartmut 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.2108 06/02/20 12:28:54 hartmut@stripped +1 -0
added --character-sets-dir option (fix for bug #17230)
storage/ndb/src/kernel/vm/Configuration.cpp
1.46 06/02/20 12:28:35 hartmut@stripped +5 -1
added --character-sets-dir option (fix for bug #17230)
# 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: hartmut
# Host: vigor119
# Root: /home/hartmut/projects/mysql/dev/5.2/ndbcharset
--- 1.45/storage/ndb/src/kernel/vm/Configuration.cpp 2006-02-09 11:34:38 +01:00
+++ 1.46/storage/ndb/src/kernel/vm/Configuration.cpp 2006-02-20 12:28:35 +01:00
@@ -49,7 +49,8 @@
enum ndbd_options {
OPT_INITIAL = NDB_STD_OPTIONS_LAST,
OPT_NODAEMON,
- OPT_FOREGROUND
+ OPT_FOREGROUND,
+ OPT_CHARSETS_DIR
};
NDB_STD_OPTS_VARS;
@@ -82,6 +83,9 @@
" (implies --nodaemon)",
(gptr*) &_foreground, (gptr*) &_foreground, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 },
+ {"character-sets-dir", OPT_CHARSETS_DIR,
+ "Directory where character sets are.", (gptr*) &charsets_dir,
+ (gptr*) &charsets_dir, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
};
static void short_usage_sub(void)
| Thread |
|---|
| • bk commit into 5.2 tree (hartmut:1.2108) BUG#17230 | 'Hartmut Holzgraefe' | 20 Feb |