~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ut/ut0ut.c

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#  include "mysql_com.h" /* NAME_LEN */
60
60
# endif /* DRIZZLE */
61
61
#endif /* UNIV_HOTBACKUP */
 
62
#include <errno.h>
 
63
#include <assert.h>
62
64
 
63
65
/** A constant to prevent the compiler from optimizing ut_delay() away. */
64
66
UNIV_INTERN ibool       ut_always_false = FALSE;