~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Merge Brian - Adds random_number, random_string, and a counter table to DD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
   */
379
379
  uint32_t id;
380
380
  LEX *lex; /**< parse tree descriptor */
 
381
 
 
382
  LEX *getLex() 
 
383
  {
 
384
    return lex;
 
385
  }
381
386
  /** query associated with this statement */
382
387
  std::string query;
383
388