~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2403
2403
                                                            HA_CHECK_OPT *))
2404
2404
{
2405
2405
  TableList *table;
2406
 
  SELECT_LEX *select= &session->lex->select_lex;
 
2406
  Select_Lex *select= &session->lex->select_lex;
2407
2407
  List<Item> field_list;
2408
2408
  Item *item;
2409
2409
  Protocol *protocol= session->protocol;