~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Monty Taylor
  • Date: 2009-03-09 08:23:32 UTC
  • mto: (923.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 921.
  • Revision ID: mordred@inaugust.com-20090309082332-rw7n91i3wq50gi7j
Use math.h instead of cmath... one of these days...

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include "drizzled/field/timestamp.h"
43
43
#include "drizzled/serialize/table.pb.h"
44
44
 
 
45
using namespace std;
45
46
 
46
47
KEY_CREATE_INFO default_key_create_info= { HA_KEY_ALG_UNDEF, 0, {NULL,0}, {NULL,0} };
47
48