~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

  • Committer: Eric Day
  • Date: 2009-08-06 07:14:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090806071437-c3baqgtvsdxp1l1a
Renamed Protocol to Client, cleaned up some unnecessary methods along the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLE_SERVER_LOCALE_H
21
21
#define DRIZZLE_SERVER_LOCALE_H
22
22
 
 
23
typedef struct st_typelib TYPELIB;
 
24
 
23
25
typedef struct my_locale_st
24
26
{
25
27
  uint32_t  number;