~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-10 13:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110310134036-m7gkelxq5cj99rsr
Session::lex()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1041
1041
 
1042
1042
bool insert_select_prepare(Session *session)
1043
1043
{
1044
 
  LEX *lex= session->getLex();
 
1044
  LEX *lex= &session->lex();
1045
1045
  Select_Lex *select_lex= &lex->select_lex;
1046
1046
 
1047
1047
  /*