~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.cc

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/session.h"
28
28
#include "drizzled/time_functions.h"
29
29
 
 
30
namespace drizzled
 
31
{
 
32
 
30
33
/* Some functions to calculate dates */
31
34
 
32
 
#ifndef TESTTIME
33
35
 
34
36
int calc_weekday(long daynr,bool sunday_first_day_of_week)
35
37
{
282
284
  return neg;
283
285
}
284
286
 
285
 
 
286
 
#endif
 
287
} /* namespace drizzled */