~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/function.h

Merge Brian - Adds random_number, random_string, and a counter table to DD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
   */
76
76
  static const plugin::Function *get(const char *name, size_t len=0);
77
77
 
 
78
  typedef boost::unordered_map<std::string, const plugin::Function *, util::insensitive_hash, util::insensitive_equal_to> UdfMap;
 
79
 
 
80
  static const UdfMap &getMap();
78
81
};
79
82
 
80
83
template<class T>