~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/round.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:
27
27
 
28
28
#include "drizzled/function/math/round.h"
29
29
 
 
30
extern const double log_10[309];
 
31
 
 
32
 
30
33
using namespace std;
31
34
 
32
35
void Item_func_round::fix_length_and_dec()