~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.cc

  • Committer: Brian Aker
  • Date: 2009-01-24 09:43:35 UTC
  • Revision ID: brian@gir-3.local-20090124094335-6qdtvc35gl5fvivz
Adding in an example singe thread scheduler

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/*
17
17
  The beginnings of locale(7) support.
18
18
  Sponsored for subset of LC_TIME support,  WorkLog entry 2928, -- Josh Chamas
 
19
 
 
20
  !! This file is built from my_locale.pl !!
19
21
*/
20
 
#include "config.h"
21
 
#include <cassert>
22
 
#include "drizzled/sql_locale.h"
23
 
#include "drizzled/typelib.h"
24
 
#include "drizzled/charset_info.h"
25
 
 
26
 
namespace drizzled
27
 
{
 
22
#include <drizzled/server_includes.h>
 
23
#include <drizzled/sql_locale.h>
28
24
 
29
25
/***** LOCALE BEGIN ar_AE: Arabic - United Arab Emirates *****/
30
26
static const char *my_locale_month_names_ar_AE[13] =
2612
2608
  }
2613
2609
  return NULL;
2614
2610
}
2615
 
 
2616
 
} /* namespace drizzled */