~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

  • Committer: Brian Aker
  • Date: 2011-03-27 07:03:49 UTC
  • mfrom: (2252.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110327070349-ihqsw1cl19lu8j65
MergeĀ inĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#pragma once
21
21
 
22
 
namespace drizzled
23
 
{
 
22
#include <drizzled/common_fwd.h>
24
23
 
25
 
typedef struct st_typelib TYPELIB;
 
24
namespace drizzled {
26
25
 
27
26
typedef struct my_locale_st
28
27
{