~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-24 19:41:08 UTC
  • mfrom: (722.2.32 devel)
  • Revision ID: brian@tangent.org-20081224194108-4140ku9dgjkyk97m
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/function/func.h>
24
24
#include <drizzled/function/math/int.h>
25
 
#include <drizzled/slave.h>
26
25
 
27
26
class Item_master_pos_wait :public Item_int_func
28
27
{