~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/timefunc.cc

  • Committer: Brian Aker
  • Date: 2008-11-23 00:59:08 UTC
  • Revision ID: brian@tangent.org-20081123005908-yydyfzf60h8cc2zy
Update bits for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
1281
1281
  decimals= DATETIME_DEC;
1282
1282
  max_length=MAX_DATETIME_WIDTH*MY_CHARSET_BIN_MB_MAXLEN;
1283
1283
  maybe_null= 1;
1284
 
  session->time_zone_used= 1;
1285
1284
}
1286
1285
 
1287
1286