~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/datetime.cc

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
int Field_datetime::store(const char *from,
35
35
                          uint len,
36
 
                          CHARSET_INFO *cs __attribute__((__unused__)))
 
36
                          CHARSET_INFO *cs __attribute__((unused)))
37
37
{
38
38
  MYSQL_TIME time_tmp;
39
39
  int error;
86
86
 
87
87
 
88
88
int Field_datetime::store(int64_t nr,
89
 
                          bool unsigned_val __attribute__((__unused__)))
 
89
                          bool unsigned_val __attribute__((unused)))
90
90
{
91
91
  MYSQL_TIME not_used;
92
92
  int error;