~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

enable remaining subselect tests, merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
 
578
578
      if (cs_number)
579
579
      {
580
 
        session_init_client_charset(session, cs_number);
581
580
        session->update_charset();
582
581
      }
583
582
    }