~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_fstream.c

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
      }
125
125
#endif
126
126
#if !defined(NO_BACKGROUND) && defined(USE_MY_STREAM)
127
 
#ifdef THREAD
128
127
      if (my_thread_var->abort)
129
128
        MyFlags&= ~ MY_WAIT_IF_FULL;            /* End if aborted by user */
130
 
#endif
131
129
      if ((errno == ENOSPC || errno == EDQUOT) &&
132
130
          (MyFlags & MY_WAIT_IF_FULL))
133
131
      {