~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.h

  • Committer: Brian Aker
  • Date: 2008-12-11 08:52:18 UTC
  • mfrom: (670.1.11 devel)
  • Revision ID: brian@tangent.org-20081211085218-cpmznmzrflyd82j2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
  inline uint32_t get_open_count() { return open_count; }
361
361
};
362
362
 
 
363
 
 
364
File open_binlog(IO_CACHE *log, const char *log_file_name,
 
365
                 const char **errmsg);
 
366
bool flush_error_log(void);
 
367
 
363
368
class Log_event_handler
364
369
{
365
370
public: