~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time.cc

  • Committer: Monty Taylor
  • Date: 2008-11-22 08:48:11 UTC
  • mfrom: (574.3.19 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 603.
  • Revision ID: monty@inaugust.com-20081122084811-6crylm9iqj4loyjk
MergedĀ fromĀ Lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
766
766
               ER_TRUNCATED_WRONG_VALUE, warn_buff);
767
767
}
768
768
 
769
 
/* Daynumber from year 0 to 9999-12-31 */
770
 
#define MAX_DAY_NUMBER 3652424L
771
 
 
772
769
bool date_add_interval(DRIZZLE_TIME *ltime, interval_type int_type, INTERVAL interval)
773
770
{
774
771
  long period, sign;