~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/decimal.c

Renamed strings to mystrings, for include/lib naming consistency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
#include <storage/myisam/myisampack.h>
105
105
#include <my_sys.h> /* for my_alloca */
106
106
#include <m_string.h>
107
 
#include <strings/decimal.h>
 
107
#include <mystrings/decimal.h>
108
108
 
109
109
/*
110
110
  Internally decimal numbers are stored base 10^9 (see DIG_BASE below)