~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_binlog.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:36:57 UTC
  • Revision ID: brian@tangent.org-20080720073657-qrzqnfu31mut8vjd
my_bool...

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    one here.  In this case, the first event we read must be a
44
44
    Format_description_event.
45
45
  */
46
 
  my_bool have_fd_event= true;
 
46
  bool have_fd_event= true;
47
47
  if (!thd->rli_fake)
48
48
  {
49
49
    thd->rli_fake= new Relay_log_info;