~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-12-09 01:08:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: osullivan.padraig@gmail.com-20091209010844-kgtpbf7elmg0vef9
Used std::string for the type in Select_Lex instead of char *.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1352
1352
{
1353
1353
  sj_nests.empty();
1354
1354
  group_list.empty();
1355
 
  type= db= 0;
 
1355
  db= 0;
1356
1356
  having= 0;
1357
1357
  table_join_options= 0;
1358
1358
  in_sum_expr= with_wild= 0;