~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.cc

  • Committer: Lee Bieber
  • Date: 2011-04-17 02:05:51 UTC
  • mfrom: (2279.1.3 build)
  • Revision ID: kalebral@gmail.com-20110417020551-59m0hx1p10b0up1x
Merge Joe - 760367: DATA_DICTIONARY.CUMULATIVE_USER_STATS.CONNECTED_TIME_SEC reports bogus results
Merge Olaf - Refactor Catalog Cache
Merge Olaf - Delete unused functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
  }
175
175
 
176
176
  new_length= min(max_data_length(), field_charset->mbmaxlen * length);
177
 
  if (value.alloc(new_length))
178
 
    goto oom_error;
 
177
  value.alloc(new_length);
179
178
 
180
179
  /*
181
180
    "length" is OK as "nchars" argument to well_formed_copy_nchars as this