~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/command_reader.cc

Merged Jay from lp:~jaypipes/drizzle/replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
      cerr << "Failed to read initial length." << endl;
239
239
      exit(1);
240
240
    }
241
 
    int64_tget(length, coded_length);
 
241
    length= uint8korr(coded_length);
242
242
 
243
243
    if (length > SIZE_MAX)
244
244
    {