Replaced 'return' with DBUG_RETURN() in the fix for bug #31566.
This commit is contained in:
parent
ddd38de904
commit
c63f2e3fb6
@ -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