diff options
author | serg@serg.mylan <> | 2004-11-11 14:42:35 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-11-11 14:42:35 +0100 |
commit | c77f478e1b004dad108076573deda9d89da09a7f (patch) | |
tree | 507ea81c737a06fc8ebd76c43fd263d8864c6780 /dbug/user.r | |
parent | aafb2cf6a310552bb4b3e72b8727f15a92b4c4ac (diff) | |
download | mariadb-git-c77f478e1b004dad108076573deda9d89da09a7f.tar.gz |
document DBUG_OUTPUT()
misc cleanup
Diffstat (limited to 'dbug/user.r')
-rw-r--r-- | dbug/user.r | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dbug/user.r b/dbug/user.r index 2d46c6663bd..84c5bca908c 100644 --- a/dbug/user.r +++ b/dbug/user.r @@ -873,7 +873,14 @@ disabled by DBUG_OFF togeher with the .I dbug library. So there will be no need to disable asserts separately with NDEBUG. .SP 1 -EX:\ \fCDBUG_ASSERT(\ a\ >\ 0);\fR +EX:\ \fCDBUG_ASSERT(\ a\ >\ 0\ );\fR +.SP 1 +.LI DBUG_OUTPUT\ +In multi-threaded environment disables (or enables) any +.I dbug +output from the current thread. +.SP 1 +EX:\ \fCDBUG_OUTPUT(\ 0\ );\fR .SP 1 .LE |