~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2010-03-31 05:53:34 UTC
  • Revision ID: brian@gaz-20100331055334-yqqmzlgqb2xq1p5b
Mass overhaul to use schema_identifier.

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 std::string schema_name);
 
132
void remove_db_from_cache(SchemaIdentifier &schema_identifier);
133
133
 
134
134
/* bits for last argument to remove_table_from_cache() */
135
135
#define RTFC_NO_FLAG                0x0000