~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 01:55:35 UTC
  • mfrom: (2245.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323015535-2aatqy8tyiuqtc2z
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/temporal.h>
38
38
#include <drizzled/time_functions.h>
39
39
#include <drizzled/sql_lex.h>
 
40
#include <drizzled/system_variables.h>
40
41
 
41
42
#include <math.h>
42
43
#include <algorithm>
43
44
 
44
45
using namespace std;
45
46
 
46
 
namespace drizzled
47
 
{
 
47
namespace drizzled {
48
48
 
49
49
extern const double log_10[309];
50
50