~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Jay Pipes
  • Date: 2008-09-26 11:21:06 UTC
  • mfrom: (407 drizzle)
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: jay@mysql.com-20080926112106-hpr4733uh22a5grz
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2858
2858
    case DRIZZLE_TYPE_LONG:        return "LONG";
2859
2859
    case DRIZZLE_TYPE_LONGLONG:    return "LONGLONG";
2860
2860
    case DRIZZLE_TYPE_NULL:        return "NULL";
2861
 
    case DRIZZLE_TYPE_SHORT:       return "SHORT";
2862
2861
    case DRIZZLE_TYPE_TIME:        return "TIME";
2863
2862
    case DRIZZLE_TYPE_TIMESTAMP:   return "TIMESTAMP";
2864
2863
    case DRIZZLE_TYPE_TINY:        return "TINY";