~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-01-22 06:27:45 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090122062745-i4sn9mvlbsz40uou
More cleanup of binlog.isopen

Show diffs side-by-side

added added

removed removed

Lines of Context:
3183
3183
      than it would help them)
3184
3184
    */
3185
3185
    tmp_write_to_binlog= 0;
3186
 
    if (drizzle_bin_log.is_open())
3187
 
    {
3188
 
      drizzle_bin_log.rotate_and_purge(RP_FORCE_ROTATE);
3189
 
    }
3190
3186
    pthread_mutex_lock(&LOCK_active_mi);
3191
3187
    rotate_relay_log(active_mi);
3192
3188
    pthread_mutex_unlock(&LOCK_active_mi);