~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-01-18 01:49:40 UTC
  • Revision ID: brian@gir-3.local-20090118014940-co9651fk7hla6gqg
Removed unused session param from list_open_tables()

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
void copy_field_from_tmp_record(Field *field,int offset);
214
214
bool fill_record(Session * session, List<Item> &fields, List<Item> &values, bool ignore_errors);
215
215
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors);
216
 
OPEN_TableList *list_open_tables(Session *session, const char *db, const char *wild);
 
216
OPEN_TableList *list_open_tables(const char *db, const char *wild);
217
217
 
218
218
inline TableList *find_table_in_global_list(TableList *table,
219
219
                                             const char *db_name,