~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2010-06-03 09:06:27 UTC
  • mto: (1578.6.10 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: brian@gir-2.local-20100603090627-6doyyne204s9wo1r
PAss through the code removing current_session

Show diffs side-by-side

added added

removed removed

Lines of Context:
6587
6587
void Select_Lex::print(Session *session, String *str, enum_query_type query_type)
6588
6588
{
6589
6589
  /* QQ: session may not be set for sub queries, but this should be fixed */
6590
 
  if (!session)
6591
 
    session= current_session;
 
6590
  assert(session);
6592
6591
 
6593
6592
  str->append(STRING_WITH_LEN("select "));
6594
6593