~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/string.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
  {
140
140
    m_cs_specified= cs_specified;
141
141
  }
142
 
  bool check_vcol_func_processor(unsigned char *)
143
 
  { return false; }
144
142
 
145
143
private:
146
144
  bool m_cs_specified;
162
160
  {
163
161
    str->append(func_name);
164
162
  }
165
 
  bool check_vcol_func_processor(unsigned char *)
166
 
  { return true; }
167
163
};
168
164
 
169
165
#endif /* DRIZZLED_ITEM_ITEM_STRING_H */