~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

Merged with trunk.

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;