~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

Phase 1 - temporal changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
14609
14609
          have STRING_RESULT result type, we increase the length
14610
14610
          by 8 as maximum pack length of such fields.
14611
14611
        */
14612
 
        if (type == DRIZZLE_TYPE_TIME ||
14613
 
            type == DRIZZLE_TYPE_DATE ||
 
14612
        if (type == DRIZZLE_TYPE_DATE ||
14614
14613
            type == DRIZZLE_TYPE_DATETIME ||
14615
14614
            type == DRIZZLE_TYPE_TIMESTAMP)
14616
14615
        {