diff options
author | bk@work.mysql.com <> | 2000-07-31 21:29:14 +0200 |
---|---|---|
committer | bk@work.mysql.com <> | 2000-07-31 21:29:14 +0200 |
commit | f4c589ff6c653d1d2a09c26e46ead3c8a15655d8 (patch) | |
tree | d253a359142dfc1ed247d5d4365d86972ea31109 /dbug/monty.doc | |
parent | 7eec25e393727b16bb916b50d82b0aa3084e065c (diff) | |
download | mariadb-git-f4c589ff6c653d1d2a09c26e46ead3c8a15655d8.tar.gz |
Import changeset
Diffstat (limited to 'dbug/monty.doc')
-rw-r--r-- | dbug/monty.doc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dbug/monty.doc b/dbug/monty.doc new file mode 100644 index 00000000000..c96f0742b26 --- /dev/null +++ b/dbug/monty.doc @@ -0,0 +1,12 @@ +Some extra options to DBUG_PUSH: + +O,logfile - As "o,logfile", but do a close and reopen each time anything + is written to the logfile. This is neaded when one expects + the program to crash anywhere, in which case one dosen't + (at least in MSDOS) get a full log-file. + +If one wants a logfile with a ': in the filename, one can get it by +giving a double ':'. (As in "O,c::\tmp\log") + +DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the +given memory-area to the outputfile. |