~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_input_stream.h

  • Committer: Brian Aker
  • Date: 2010-02-16 02:38:07 UTC
  • mfrom: (1273.13.67 build)
  • Revision ID: brian@gaz-20100216023807-of9gfkzrjg1i6q4p
Merge of dead yacc bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
  /** Current state of the lexical analyser. */
359
359
  enum my_lex_states next_state;
360
360
 
 
361
  /**
 
362
    Position of ';' in the stream, to delimit multiple queries.
 
363
    This delimiter is in the raw buffer.
 
364
  */
 
365
  const char *found_semicolon;
 
366
 
361
367
  /** Token character bitmaps, to detect 7bit strings. */
362
368
  unsigned char tok_bitmap;
363
369