~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.cc

  • Committer: lbieber
  • Date: 2010-09-16 19:28:14 UTC
  • mfrom: (1768.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1770.
  • Revision ID: lbieber@orisndriz08-20100916192814-t17x4rtyllidoxh8
Merge Brian - IO cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  return EEXIST;
63
63
}
64
64
 
65
 
 
66
 
void Function::doGetTableNames(drizzled::CachedDirectory&, 
67
 
                               const drizzled::SchemaIdentifier &schema_identifier,
68
 
                               set<string> &set_of_names)
69
 
{
70
 
  drizzled::plugin::TableFunction::getNames(schema_identifier.getPath(), set_of_names);
71
 
}
72
 
 
73
65
void Function::doGetSchemaIdentifiers(SchemaIdentifiers& schemas)
74
66
{
75
67
  schemas.push_back(INFORMATION_SCHEMA_IDENTIFIER);