~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Mark Atwood
  • Date: 2008-10-16 11:16:12 UTC
  • mfrom: (520.1.2 drizzle)
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016111612-5nei7m5subslx912
mergeĀ fromĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
1384
1384
  XID *xid;
1385
1385
  unsigned char* yacc_yyss, *yacc_yyvs;
1386
1386
  THD *thd;
 
1387
  virtual_column_info *vcol_info;
1387
1388
 
1388
1389
  /* maintain a list of used plugins for this LEX */
1389
1390
  DYNAMIC_ARRAY plugins;
1446
1447
    syntax error back.
1447
1448
  */
1448
1449
  bool expr_allows_subselect;
 
1450
  /*
 
1451
    A special command "PARSE_VCOL_EXPR" is defined for the parser 
 
1452
    to translate an expression statement of a virtual column \
 
1453
    (stored in the *.frm file as a string) into an Item object.
 
1454
    The following flag is used to prevent other applications to use 
 
1455
    this command.
 
1456
  */
 
1457
  bool parse_vcol_expr;
1449
1458
 
1450
1459
  thr_lock_type lock_option;
1451
1460
  enum enum_duplicates duplicates;