~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.cc

  • Committer: Monty
  • Date: 2008-10-02 16:32:09 UTC
  • Revision ID: mordred@scylla.inaugust.com-20081002163209-v5art4o6p51tl30s
Various int64 constant fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                         (TIME_FUZZY_DATE |
112
112
                          (thd->variables.sql_mode &
113
113
                           (MODE_NO_ZERO_DATE | MODE_INVALID_DATES))),
114
 
                         &error) == -1)
 
114
                         &error) == INT64_C(-1))
115
115
  {
116
116
    tmp= 0L;
117
117
    error= 2;