~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_iocache.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
738
738
 
739
739
  if (info->pos_in_file+info->buffer_length > info->end_of_file)
740
740
  {
741
 
    errno=EFBIG;
 
741
    errno=errno=EFBIG;
742
742
    return info->error = -1;
743
743
  }
744
744