~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.cc

  • Committer: Brian Aker
  • Date: 2009-05-13 02:07:22 UTC
  • mfrom: (1008.1.5 merge)
  • Revision ID: brian@gaz-20090513020722-9nqehweityhn6ab0
Merge in refactoring around lock system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1614
1614
    assert((tlist->lock_type == TL_READ) ||
1615
1615
                (tlist->lock_type == TL_READ_NO_INSERT) ||
1616
1616
                (tlist->lock_type == TL_WRITE_DEFAULT) ||
1617
 
                (tlist->lock_type == TL_WRITE) ||
1618
 
                (tlist->lock_type == TL_WRITE_LOW_PRIORITY));
 
1617
                (tlist->lock_type == TL_WRITE));
1619
1618
 
1620
1619
    /*
1621
1620
      Every tlist object has a proper lock_type set. Even if it came in