~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/rpl_utility.cc

  • Committer: Brian Aker
  • Date: 2008-07-05 23:53:02 UTC
  • Revision ID: brian@tangent.org-20080705235302-aablzbkl1cvuao1x
Removal of GEOM type

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  case MYSQL_TYPE_MEDIUM_BLOB:
108
108
  case MYSQL_TYPE_LONG_BLOB:
109
109
  case MYSQL_TYPE_BLOB:
110
 
  case MYSQL_TYPE_GEOMETRY:
111
110
  {
112
111
    /*
113
112
      Compute the length of the data. We cannot use get_length() here