~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                           const char *table_name,
80
80
                           const bool is_tmp,
81
81
                           drizzled::message::Table *table_proto);
 
82
 
 
83
  void doGetSchemaNames(std::set<std::string>& set_of_names);
 
84
 
 
85
  bool doGetSchemaDefinition(const std::string &schema_name, drizzled::message::Schema &schema_message);
82
86
};
83
87
 
84
88
#endif /* PLUGIN_FUNCTION_ENGINE_FUNCTION_H */