~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.cc

  • 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:
11
11
 
12
12
   You should have received a copy of the GNU General Public License
13
13
   along with this program; if not, write to the Free Software
14
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
 
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
/*
17
17
  The beginnings of locale(7) support.
23
23
#include "drizzled/typelib.h"
24
24
#include "drizzled/charset_info.h"
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
26
/***** LOCALE BEGIN ar_AE: Arabic - United Arab Emirates *****/
30
27
static const char *my_locale_month_names_ar_AE[13] =
31
28
 {"يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر", NULL };
2612
2609
  }
2613
2610
  return NULL;
2614
2611
}
2615
 
 
2616
 
} /* namespace drizzled */