~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.cc

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
using namespace std;
31
31
 
 
32
namespace drizzled
 
33
{
 
34
 
32
35
extern const double log_10[309];
33
36
 
34
37
/*
140
143
  double2my_decimal(E_DEC_FATAL_ERROR, val_real(), decimal_value);
141
144
  return decimal_value;
142
145
}
 
146
 
 
147
} /* namespace drizzled */