~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-19 14:24:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019142427-sun0tnp0u27gqg31
Refactor

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;