~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

  • Committer: Monty Taylor
  • Date: 2008-11-30 08:20:22 UTC
  • mto: This revision was merged to the branch mainline in revision 634.
  • Revision ID: mordred@opensolaris-20081130082022-e6fljbui3iv7sa44
Fixed no-return warning on gcc 4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3986
3986
  }
3987
3987
  else
3988
3988
    assert(0);
 
3989
  return true;
3989
3990
}
3990
3991
 
3991
3992