~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/get_user_var.h

  • Committer: Monty Taylor
  • Date: 2010-02-05 08:11:15 UTC
  • mfrom: (1283 build)
  • mto: (1273.13.43 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: mordred@inaugust.com-20100205081115-dr82nvrwv4lvw7sd
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTION_GET_USER_VAR_H
21
21
#define DRIZZLED_FUNCTION_GET_USER_VAR_H
22
22
 
 
23
#include <drizzled/function/func.h>
 
24
 
 
25
namespace drizzled
 
26
{
 
27
 
23
28
class user_var_entry;
24
 
#include <drizzled/function/func.h>
25
29
 
26
30
class Item_func_get_user_var :public Item_func
27
31
{
52
56
  bool eq(const Item *item, bool binary_cmp) const;
53
57
};
54
58
 
 
59
} /* namespace drizzled */
 
60
 
55
61
#endif /* DRIZZLED_FUNCTION_GET_USER_VAR_H */