~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.cc

  • Committer: Tim Penhey
  • Date: 2010-01-20 02:39:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1275.
  • Revision ID: tim.penhey@canonical.com-20100120023901-8teeunid6gwlthzx
Add in a rot 13 function.

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
 
 
35
32
extern const double log_10[309];
36
33
 
37
34
/*
143
140
  double2my_decimal(E_DEC_FATAL_ERROR, val_real(), decimal_value);
144
141
  return decimal_value;
145
142
}
146
 
 
147
 
} /* namespace drizzled */