~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.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:
7889
7889
                Let us in that case skip any changes to the prebuilt struct. */ 
7890
7890
 
7891
7891
        } else if ((lock_type == TL_READ && in_lock_tables)
7892
 
                   || (lock_type == TL_READ_HIGH_PRIORITY && in_lock_tables)
7893
7892
                   || lock_type == TL_READ_WITH_SHARED_LOCKS
7894
7893
                   || lock_type == TL_READ_NO_INSERT
7895
7894
                   || (lock_type != TL_IGNORE