~andrey-zhakov/mysql-server/mysql-6.0-wl1075-wl411

« back to all changes in this revision

Viewing changes to sql/lex.h

  • Committer: Andrey Zhakov
  • Date: 2008-09-08 03:01:17 UTC
  • Revision ID: andrey.zhakov@yahoo.com-20080908030117-3q67usagpsoalmb8
Submitted feature's code and test cases (mysql-test/suite/vcol).

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
  { "PARSER",           SYM(PARSER_SYM)},
395
395
  { "PAGE",             SYM(PAGE_SYM)},
396
396
  { "PAGE_CHECKSUM",    SYM(PAGE_CHECKSUM_SYM)},
 
397
  { "PARSE_VCOL_EXPR",  SYM(PARSE_VCOL_EXPR_SYM)},
397
398
  { "PARTIAL",          SYM(PARTIAL)},
398
399
  { "PARTITION",        SYM(PARTITION_SYM)},
399
400
  { "PARTITIONING",     SYM(PARTITIONING_SYM)},
521
522
  { "STATUS",           SYM(STATUS_SYM)},
522
523
  { "STOP",             SYM(STOP_SYM)},
523
524
  { "STORAGE",          SYM(STORAGE_SYM)},
 
525
  { "STORED",           SYM(STORED_SYM)},
524
526
  { "STRAIGHT_JOIN",    SYM(STRAIGHT_JOIN)},
525
527
  { "STRING",           SYM(STRING_SYM)},
526
528
  { "SUBJECT",          SYM(SUBJECT_SYM)},
596
598
  { "WHERE",            SYM(WHERE)},
597
599
  { "WHILE",            SYM(WHILE_SYM)},
598
600
  { "VIEW",             SYM(VIEW_SYM)},
 
601
  { "VIRTUAL",          SYM(VIRTUAL_SYM)},
599
602
  { "WITH",             SYM(WITH)},
600
603
  { "WORK",             SYM(WORK_SYM)},
601
604
  { "WRAPPER",          SYM(WRAPPER_SYM)},