~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/field/real.cc

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

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 */