~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/long.cc

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
  ASSERT_COLUMN_MARKED_FOR_READ;
156
156
 
157
157
  /* See the comment in Field_long::store(int64_t) */
158
 
  assert(table->in_use == current_session);
159
158
#ifdef WORDS_BIGENDIAN
160
159
  if (table->s->db_low_byte_first)
161
160
    j=sint4korr(ptr);