~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_lex.h

  • Committer: mark
  • Date: 2008-07-18 18:25:43 UTC
  • mfrom: (177.1.5 drizzle)
  • mto: This revision was merged to the branch mainline in revision 190.
  • Revision ID: mark@piggy.tangent.org-20080718182543-aqcatcsynrhs7prr
merge to current

Show diffs side-by-side

added added

removed removed

Lines of Context:
1366
1366
  /** SQL_MODE = IGNORE_SPACE. */
1367
1367
  bool ignore_space;
1368
1368
 
1369
 
  /**
1370
 
    true if we're parsing a prepared statement: in this mode
1371
 
    we should allow placeholders and disallow multi-statements.
1372
 
  */
1373
 
  bool stmt_prepare_mode;
1374
 
 
1375
1369
  /** State of the lexical analyser for comments. */
1376
1370
  enum_comment_state in_comment;
1377
1371
 
1414
1408
  char *length,*dec,*change;
1415
1409
  LEX_STRING name;
1416
1410
  char *help_arg;
1417
 
  LEX_STRING backup_dir;                                /* For RESTORE/BACKUP */
1418
1411
  char* to_log;                                 /* For PURGE MASTER LOGS TO */
1419
1412
  char* x509_subject,*x509_issuer,*ssl_cipher;
1420
1413
  String *wild;
1468
1461
  KEY_CREATE_INFO key_create_info;
1469
1462
  LEX_MASTER_INFO mi;                           // used by CHANGE MASTER
1470
1463
  LEX_SERVER_OPTIONS server_options;
1471
 
  USER_RESOURCES mqh;
1472
1464
  ulong type;
1473
1465
  /*
1474
1466
    This variable is used in post-parse stage to declare that sum-functions,