Merge polly.(none):/home/kaa/src/maint/mysql-5.0-maint
into polly.(none):/home/kaa/src/maint/mysql-5.1-maint
This commit is contained in:
commit
1d2f73eb9c
@ -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 (;;)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user