~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/connection_id.h

  • Committer: Brian Aker
  • Date: 2008-12-17 23:37:33 UTC
  • mfrom: (685.1.41 devel)
  • Revision ID: brian@tangent.org-20081217233733-ra30lk7ju04k7re9
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTION_CONNECTION_ID_H
21
21
#define DRIZZLED_FUNCTION_CONNECTION_ID_H
22
22
 
23
 
#include <drizzled/function/int.h>
 
23
#include <drizzled/function/math/int.h>
24
24
#include <drizzled/function/func.h>
25
25
 
26
26
class Item_func_connection_id :public Item_int_func