~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.h

  • Committer: Mark Atwood
  • Date: 2011-10-21 14:25:19 UTC
  • mfrom: (2440.2.28 rf)
  • Revision ID: me@mark.atwood.name-20111021142519-bqnyqrkthibv70rc
Tags: 2011.10.28
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
namespace drizzled {
25
25
 
26
 
extern uint32_t lower_case_table_names;
27
 
 
28
 
class Item_ident :public Item
 
26
class Item_ident : public Item
29
27
{
30
28
protected:
31
29
  /*
74
72
};
75
73
 
76
74
 
77
 
class Item_ident_for_show :public Item
 
75
class Item_ident_for_show : public Item
78
76
{
79
77
public:
80
78
  Field *field;