~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/definitions.h

  • 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:
32
32
                     /* Read lock */
33
33
                     TL_READ,
34
34
                     TL_READ_WITH_SHARED_LOCKS,
35
 
                     /* High prior. than TL_WRITE. Allow concurrent insert */
36
 
                     TL_READ_HIGH_PRIORITY,
37
35
                     /* READ, Don't allow concurrent insert */
38
36
                     TL_READ_NO_INSERT,
39
37
                     /*
58
56
                       At open_tables() becomes thd->update_lock_default.
59
57
                     */
60
58
                     TL_WRITE_DEFAULT,
61
 
                     /* WRITE lock that has lower priority than TL_READ */
62
 
                     TL_WRITE_LOW_PRIORITY,
63
59
                     /* Normal WRITE lock */
64
60
                     TL_WRITE,
65
61
                     /* Abort new lock request with an error */