~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 
210
210
  DRIZZLE_ERROR *err;
211
211
  Select_Lex *sel= &session->lex->select_lex;
212
 
  Select_Lex_UNIT *unit= &session->lex->unit;
 
212
  Select_Lex_Unit *unit= &session->lex->unit;
213
213
  ha_rows idx= 0;
214
214
  Protocol *protocol=session->protocol;
215
215