~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/ut0dbg.h

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:59 UTC
  • mfrom: (518 drizzle)
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063259-fwbqogq7lnezct0l
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
/* Abort the execution. */
62
62
#  define UT_DBG_PANIC abort()
63
63
/* Stop threads (null operation) */
64
 
#  define UT_DBG_STOP while (0)
 
64
#  define UT_DBG_STOP while (0) {}
65
65
# else /* UT_DBG_USE_ABORT */
66
66
/* Abort the execution. */
67
67
#  define UT_DBG_PANIC                                  \