~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-08-10 23:36:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1114.
  • Revision ID: brian@gaz-20090810233655-19olqn5iu8dhos6f
Dead code removal around LCOV finds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
Item ** find_item_in_list(Item *item, List<Item> &items, uint32_t *counter,
95
95
                          find_item_error_report_type report_error,
96
96
                          enum_resolution_type *resolution);
97
 
bool get_key_map_from_key_list(key_map *map, Table *table,
98
 
                               List<String> *index_list);
99
97
bool insert_fields(Session *session, Name_resolution_context *context,
100
98
                   const char *db_name, const char *table_name,
101
99
                   List_iterator<Item> *it, bool any_privileges);
134
132
TableList *unique_table(Session *session, TableList *table, TableList *table_list,
135
133
                         bool check_alias);
136
134
void remove_db_from_cache(const char *db);
137
 
bool is_equal(const LEX_STRING *a, const LEX_STRING *b);
138
135
 
139
136
/* bits for last argument to remove_table_from_cache() */
140
137
#define RTFC_NO_FLAG                0x0000