~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-04-08 06:40:24 UTC
  • mfrom: (974.1.3 dev)
  • Revision ID: brian@gaz-20090408064024-wclqe00xnchvob4n
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4585
4585
          {
4586
4586
            $$= TL_WRITE_CONCURRENT_INSERT;
4587
4587
          }
4588
 
        | LOW_PRIORITY  { $$= TL_WRITE_DEFAULT; }
 
4588
        | LOW_PRIORITY  { $$= TL_WRITE_LOW_PRIORITY; }
4589
4589
        | DELAYED_SYM   { $$= TL_WRITE_DEFAULT; }
4590
4590
        | HIGH_PRIORITY { $$= TL_WRITE; }
4591
4591
        ;