~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/rpl_utility.cc

  • Committer: Brian Aker
  • Date: 2008-07-06 04:27:02 UTC
  • Revision ID: brian@tangent.org-20080706042702-hsbhcwimomo7fwx5
Second pass remove MEDIUMINT

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  case MYSQL_TYPE_SHORT:
70
70
    length= 2;
71
71
    break;
72
 
  case MYSQL_TYPE_INT24:
73
 
    length= 3;
74
 
    break;
75
72
  case MYSQL_TYPE_LONG:
76
73
    length= 4;
77
74
    break;