~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2009-06-04 00:43:09 UTC
  • mfrom: (1046.1.7 merge)
  • Revision ID: brian@gaz-20090604004309-mwem4f1a8v1ma2k1
Additional Style cleanup (small merge to resolve code in my branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1622
1622
  if (lock_type != TL_IGNORE && file->lock.type == TL_UNLOCK)
1623
1623
    file->lock.type=lock_type;
1624
1624
  *to++= &file->lock;
 
1625
 
1625
1626
  return to;
1626
1627
}
1627
1628