Commit 3aaffef2 authored by unknown's avatar unknown

Merge polly.(none):/home/kaa/src/maint/mysql-5.0-maint

into  polly.(none):/home/kaa/src/maint/mysql-5.1-maint


mysys/my_write.c:
  Auto merged
parents 2af33697 c63f2e3f
...@@ -31,7 +31,7 @@ size_t my_write(int Filedes, const uchar *Buffer, size_t Count, myf MyFlags) ...@@ -31,7 +31,7 @@ size_t my_write(int Filedes, const uchar *Buffer, size_t Count, myf MyFlags)
/* The behavior of write(fd, buf, 0) is not portable */ /* The behavior of write(fd, buf, 0) is not portable */
if (unlikely(!Count)) if (unlikely(!Count))
return 0; DBUG_RETURN(0);
for (;;) for (;;)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment