~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.h

  • Committer: Stewart Smith
  • Date: 2010-01-09 00:51:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1266.
  • Revision ID: stewart@flamingspork.com-20100109005136-ocj7l996l709oaev
remove mention of getting information from FRM files for INFORMATION_SCHEMA. The comment was now pretty much all lies anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/field/str.h>
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
26
class Field_datetime :public Field_str {
30
27
public:
31
28
 
82
79
  bool get_time(DRIZZLE_TIME *ltime);
83
80
};
84
81
 
85
 
} /* namespace drizzled */
86
 
 
87
82
#endif /* DRIZZLED_FIELD_DATETIME_H */