~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

  • Committer: Monty Taylor
  • Date: 2008-07-31 20:54:55 UTC
  • mfrom: (243 drizzle)
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731205455-w5c7bplk91v2o1qb
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2925
2925
    case DRIZZLE_TYPE_NULL:        return "NULL";
2926
2926
    case DRIZZLE_TYPE_SET:         return "SET";
2927
2927
    case DRIZZLE_TYPE_SHORT:       return "SHORT";
2928
 
    case DRIZZLE_TYPE_STRING:      return "STRING";
2929
2928
    case DRIZZLE_TYPE_TIME:        return "TIME";
2930
2929
    case DRIZZLE_TYPE_TIMESTAMP:   return "TIMESTAMP";
2931
2930
    case DRIZZLE_TYPE_TINY:        return "TINY";