~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

  • Committer: Joe Daly
  • Date: 2010-01-06 02:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106022042-8ov23wc4aq8f9k7d
rename hash_algorithm to algorithm

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SQL_LOCALE_H
21
21
#define DRIZZLED_SQL_LOCALE_H
22
22
 
23
 
namespace drizzled
24
 
{
25
 
 
26
23
typedef struct st_typelib TYPELIB;
27
24
 
28
25
typedef struct my_locale_st
53
50
MY_LOCALE *my_locale_by_name(const char *name);
54
51
MY_LOCALE *my_locale_by_number(uint32_t number);
55
52
 
56
 
} /* namespace drizzled */
57
 
 
58
53
#endif /* DRIZZLED_SQL_LOCALE_H */