~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/master_pos_wait.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:
21
21
#define DRIZZLED_FUNCTION_MASTER_POS_WAIT_H
22
22
 
23
23
#include <drizzled/function/func.h>
24
 
#include <drizzled/function/int.h>
 
24
#include <drizzled/function/math/int.h>
25
25
#include <drizzled/slave.h>
26
26
 
27
27
class Item_master_pos_wait :public Item_int_func