~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

Merged vcol stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2867
2867
    case DRIZZLE_TYPE_TIME:        return "TIME";
2868
2868
    case DRIZZLE_TYPE_TIMESTAMP:   return "TIMESTAMP";
2869
2869
    case DRIZZLE_TYPE_TINY:        return "TINY";
 
2870
    case DRIZZLE_TYPE_VIRTUAL:     return "VIRTUAL";
2870
2871
    default:                     return "?-unknown-?";
2871
2872
  }
2872
2873
}