~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Monty Taylor
  • Date: 2010-06-20 22:20:14 UTC
  • mfrom: (1626.1.4 build)
  • Revision ID: mordred@inaugust.com-20100620222014-9ae0uzuyo5lrhrld
Merge of Patrick's schema_dictionary test changes, Stewart's HA Status
variable move and more module program_options work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
710
710
  if (share->crashed)
711
711
    return(HA_ERR_CRASHED_ON_USAGE);
712
712
 
713
 
  ha_statistic_increment(&system_status_var::ha_write_count);
714
713
  pthread_mutex_lock(&share->mutex);
715
714
 
716
715
  if (share->archive_write_open == false)