~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#ifndef UNIV_HOTBACKUP
44
44
# include "trx0trx.h"
45
45
# if defined(BUILD_DRIZZLE)
46
 
#  include "drizzled/common.h"
 
46
#  include <drizzled/common.h>
47
47
#  if TIME_WITH_SYS_TIME
48
48
#   include <sys/time.h>
49
49
#   include <time.h>
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>
64
62
 
65
63
/** A constant to prevent the compiler from optimizing ut_delay() away. */
66
64
UNIV_INTERN ibool       ut_always_false = FALSE;