monty.doc
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Some extra options to DBUG_PUSH:
  2. O,logfile   - As in "o,logfile", but do a close and reopen each time anything
  3.       is written to the logfile. This is needed when one expects
  4.       the program to crash anywhere, in which case one doesn't
  5.       (at least in MSDOS) get a full log-file.
  6. If one wants a logfile with a ':' in the filename, one can get it by
  7. giving a double ':'.  (As in "O,c::tmplog")
  8. DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the
  9. given memory-area to the outputfile.