~jaypipes/drizzle/subscriber-plugin

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
  Most functions use 'uint32_t mask' as parameter, if during operation error
26
26
  which fit in this mask is detected then it will be processed automatically
27
 
  here. (errors are E_DEC_* constants, see include/decimal.h)
 
27
  here. (errors are E_DEC_* constants, see drizzled/decimal.h)
28
28
 
29
29
  Most function are just inline wrappers around library calls
30
30
*/
32
32
#ifndef DRIZZLED_MY_DECIMAL_H
33
33
#define DRIZZLED_MY_DECIMAL_H
34
34
 
35
 
#include <mystrings/decimal.h>
36
 
#include <mysys/my_time.h>
 
35
#include <drizzled/decimal.h>
 
36
#include <drizzled/my_time.h>
 
37
#include <drizzled/definitions.h>
37
38
#include <drizzled/sql_string.h>
38
39
 
39
40
#define DECIMAL_LONGLONG_DIGITS 22