mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
dd38ab7583
Docs/manual.texi: Fix "dosen't" dbug/monty.doc: Fix "dosen't" isam/isamchk.c: Fix "dosen't" libmysql/libmysql.c: Fix "dosen't" sql-bench/server-cfg.sh: Fix "dosen't" sql/sql_base.cc: Fix "dosen't" sql/sql_test.cc: Fix "dosen't" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
12 lines
512 B
Text
12 lines
512 B
Text
Some extra options to DBUG_PUSH:
|
|
|
|
O,logfile - As in "o,logfile", but do a close and reopen each time anything
|
|
is written to the logfile. This is needed when one expects
|
|
the program to crash anywhere, in which case one doesn'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.
|