summaryrefslogtreecommitdiff
path: root/dbug/user.r
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-01-28 21:11:42 +0100
committerunknown <serg@janus.mylan>2007-01-28 21:11:42 +0100
commit2a8ee9fb135243403a29f0de6cb26b2128b17387 (patch)
tree6e36d1c810037d8a679feec2df470f30ca897a05 /dbug/user.r
parent60f0cd8b13b73a99b4e4d843e7720526e27c9726 (diff)
downloadmariadb-git-2a8ee9fb135243403a29f0de6cb26b2128b17387.tar.gz
dbug: don't consider double colom (::) a separator -
it can be part of a function name (Item::reset)
Diffstat (limited to 'dbug/user.r')
-rw-r--r--dbug/user.r11
1 files changed, 5 insertions, 6 deletions
diff --git a/dbug/user.r b/dbug/user.r
index 3bcc0c91d1d..e41367de321 100644
--- a/dbug/user.r
+++ b/dbug/user.r
@@ -908,9 +908,10 @@ via the
.B DBUG_PUSH
or
.B DBUG_SET
-macros. Control string consists of colon separate flags. A flag
-may take an argument or a list of arguments. If a control string
-starts from a '+' sign it works
+macros. Control string consists of colon separate flags. Colons
+that are part of ':\\', ':/', or '::' are not considered flag
+separators. A flag may take an argument or a list of arguments.
+If a control string starts from a '+' sign it works
.I incrementally,
that is, it can modify existing state without overriding it. In such a
string every flag may be preceded by a '+' or '-' to enable or disable
@@ -923,9 +924,7 @@ optional.
.LI a[,file]
Redirect the debugger output stream and append it to the specified
file. The default output stream is stderr. A null argument list
-causes output to be redirected to stdout. A colon that is followed by
-the '\\' or '/' is cosidered a part of the path and not a flag
-separator.
+causes output to be redirected to stdout.
.SP 1
EX: \fCa,C:\\tmp\\log\fR
.LI A[,file]