50
50
DBUG_PRINT("warning",("Read only %d bytes off %lu from %d, errno: %d",
51
51
(int) readbytes, (ulong) Count, Filedes,
54
53
if ((readbytes == 0 || (int) readbytes == -1) && errno == EINTR)
56
55
DBUG_PRINT("debug", ("my_read() was interrupted and returned %ld",
58
57
continue; /* Interrupted */
61
59
if (MyFlags & (MY_WME | MY_FAE | MY_FNABP))
63
61
if (readbytes == (size_t) -1)