~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/log.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
  inline void lock_index() { pthread_mutex_lock(&LOCK_index);}
387
387
  inline void unlock_index() { pthread_mutex_unlock(&LOCK_index);}
388
388
  inline IO_CACHE *get_index_file() { return &index_file;}
389
 
  inline uint32 get_open_count() { return open_count; }
 
389
  inline uint32_t get_open_count() { return open_count; }
390
390
};
391
391
 
392
392
class Log_event_handler