Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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, 2006-08-16 12:03:59+08:00, gni@dev3-127.(none) +1 -0
BUG#19620 ndb_mgm help needs help
ndb/src/mgmclient/CommandInterpreter.cpp@stripped, 2006-08-16 12:03:57+08:00,
gni@dev3-127.(none) +4 -4
help information more canonical
# 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: gni
# Host: dev3-127.(none)
# Root: /mnt/mysql/home/ngb/bug19620
--- 1.66/ndb/src/mgmclient/CommandInterpreter.cpp 2006-08-16 12:05:05 +08:00
+++ 1.67/ndb/src/mgmclient/CommandInterpreter.cpp 2006-08-16 12:05:05 +08:00
@@ -397,7 +397,7 @@
" Turn the cluster log on.\n"
" It tells management server which severity levels\n"
" messages will be logged.\n\n"
-" <severity > can be any one of the following values:\n"
+" <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
;
@@ -410,7 +410,7 @@
" Turn the cluster log off.\n"
" It tells management server which serverity\n"
" levels logging will be disabled.\n\n"
-" <severity > can be any one of the following values:\n"
+" <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
;
@@ -423,7 +423,7 @@
" Toggle serverity filter on/off.\n"
" If a serverity level is already enabled,then it will\n"
" be disabled after you use the command,vice versa.\n\n"
-" <severity > can be any one of the following values:\n"
+" <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
;
@@ -545,7 +545,7 @@
" <level> is represented by one of the numbers \n"
" from 1 to 15 inclusive, where 1 indicates 'most important' \n"
" and 15 'least important'.\n\n"
-" <severity > can be any one of the following values:\n"
+" <severity> can be any one of the following values:\n"
" ALERT, CRITICAL, ERROR, WARNING, INFO, DEBUG.\n"
;
| Thread |
|---|
| • bk commit into 5.0 tree (gni:1.2251) BUG#19620 | gni | 16 Aug |