~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/long.cc

Replaced long long with int64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
int64_t Field_long::val_int(void)
168
168
{
169
169
  int32_t j;
170
 
  /* See the comment in Field_long::store(long long) */
 
170
  /* See the comment in Field_long::store(int64_t) */
171
171
  assert(table->in_use == current_thd);
172
172
#ifdef WORDS_BIGENDIAN
173
173
  if (table->s->db_low_byte_first)