~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:28:06 UTC
  • Revision ID: brian@tangent.org-20081126172806-k2gfluduwnsmz7sg
ulong/64 bit straighten out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3182
3182
static const char tc_log_magic[]={(char) 254, 0x23, 0x05, 0x74};
3183
3183
 
3184
3184
ulong opt_tc_log_size= TC_LOG_MIN_SIZE;
3185
 
ulong tc_log_max_pages_used=0, tc_log_page_size=0, tc_log_cur_pages_used=0;
 
3185
uint64_t tc_log_max_pages_used= 0;
 
3186
uint64_t tc_log_page_size= 0;
 
3187
uint64_t tc_log_cur_pages_used= 0;
3186
3188
 
3187
3189
int TC_LOG_MMAP::open(const char *opt_name)
3188
3190
{