~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-12-18 23:28:10 UTC
  • mfrom: (1240.7.8 explain-plan)
  • Revision ID: brian@gaz-20091218232810-8u72it1739fprbfm
MergeĀ fromĀ Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "drizzled/statement.h"
39
39
 
40
40
#include <bitset>
 
41
#include <string>
41
42
 
42
43
class select_result_interceptor;
43
44
 
423
424
    by TableList::next_leaf, so leaf_tables points to the left-most leaf.
424
425
  */
425
426
  TableList *leaf_tables;
426
 
  const char *type;               /* type of select for EXPLAIN          */
 
427
  std::string type; /* type of select for EXPLAIN          */
427
428
 
428
429
  SQL_LIST order_list;                /* ORDER clause */
429
430
  SQL_LIST *gorder_list;