~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 17:51:50 UTC
  • Revision ID: brian@tangent.org-20081126175150-va5c05q4kqlvjjf0
More of the same (ulong/64)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
LOGGER logger;
48
48
 
49
49
DRIZZLE_BIN_LOG drizzle_bin_log;
50
 
ulong sync_binlog_counter= 0;
 
50
uint64_t sync_binlog_counter= 0; /* We should rationalize the largest possible counters for binlog sync */
51
51
 
52
52
static bool test_if_number(const char *str,
53
53
                           long *res, bool allow_wildcards);