~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/real.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 09:24:24 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221092424-52unq3u8t2a2xl3q
Moved most of the global vars to set_var where they belong.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
using namespace std;
31
31
 
 
32
extern const double log_10[309];
 
33
 
32
34
/*
33
35
  Floating-point numbers
34
36
 */