~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 17:18:21 UTC
  • mto: (1309.2.7 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1313.
  • Revision ID: brian@gaz-20100226171821-xy2lgitcqnytglsg
Baby steps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                               const char *table_name);
130
130
TableList *unique_table(TableList *table, TableList *table_list,
131
131
                        bool check_alias= false);
132
 
void remove_db_from_cache(const char *db);
 
132
void remove_db_from_cache(const std::string schema_name);
133
133
 
134
134
/* bits for last argument to remove_table_from_cache() */
135
135
#define RTFC_NO_FLAG                0x0000