~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2010-02-26 22:52:58 UTC
  • mto: (1309.2.7 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1313.
  • Revision ID: brian@gaz-20100226225258-h70jv6aqbdzxrnby
Remove dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
bool fill_record(Session* session, List<Item> &fields, List<Item> &values, bool ignore_errors= false);
145
145
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors= false);
146
 
bool list_open_tables(const char *db,
147
 
                      const char *wild,
148
 
                      bool(*func)(Table *table,
149
 
                                  open_table_list_st& open_list,
150
 
                                  plugin::InfoSchemaTable *schema_table),
151
 
                      Table *display,
152
 
                      plugin::InfoSchemaTable *schema_table);
153
 
 
154
146
inline TableList *find_table_in_global_list(TableList *table,
155
147
                                             const char *db_name,
156
148
                                             const char *table_name)