~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-10 12:49:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110310124938-gwhzx3pq8ueg682n
Session::lex()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1297
1297
 
1298
1298
  bool result= false;
1299
1299
 
1300
 
  switch (session->getLex()->sql_command)
 
1300
  switch (session->lex().sql_command)
1301
1301
  {
1302
1302
  case SQLCOM_CREATE_TABLE:
1303
1303
    /*