~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/definitions.h

  • Committer: Brian Aker
  • Date: 2009-05-12 02:33:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1012.
  • Revision ID: brian@gaz-20090512023357-30yurnkb2s91ucrk
Remove dead lock code around delayed INSERT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                       READ, if one could use concurrent insert on table.
54
54
                     */
55
55
                     TL_WRITE_CONCURRENT_INSERT,
56
 
                     /* Write used by INSERT DELAYED.  Allows READ locks */
57
 
                     TL_WRITE_DELAYED,
58
56
                     /*
59
57
                       parser only! Late bound low_priority flag.
60
58
                       At open_tables() becomes thd->update_lock_default.