Replaced 'return' with DBUG_RETURN() in the fix for bug #31566.
This commit is contained in:
parent
15e4a8cae8
commit
3494f691c1
@ -31,7 +31,7 @@ uint my_write(int Filedes, const byte *Buffer, uint 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