~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-01 04:09:48 UTC
  • mfrom: (1039.2.9 working)
  • Revision ID: brian@gaz-20090601040948-ke10l7ndpzd6oupw
Merge Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
  return find_table_in_list(table, &TableList::next_local,
226
226
                            db_name, table_name);
227
227
}
228
 
 
229
 
 
230
 
 
231
 
 
232
228
#endif /* DRIZZLED_SQL_BASE_H */