~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2009-05-12 03:22:59 UTC
  • mfrom: (1008.1.1 merge)
  • Revision ID: brian@gaz-20090512032259-koqm71phusfj5ntd
Merging Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1137
1137
                                       THR_LOCK_DATA **to,
1138
1138
                                       enum thr_lock_type lock_type)
1139
1139
{
1140
 
  if (lock_type == TL_WRITE_DELAYED)
1141
 
    delayed_insert= true;
1142
 
  else
1143
 
    delayed_insert= false;
 
1140
  delayed_insert= false;
1144
1141
 
1145
1142
  if (lock_type != TL_IGNORE && lock.type == TL_UNLOCK)
1146
1143
  {