add missing DBUG_RETURN
This commit is contained in:
parent
6cf9e92e74
commit
d1d19a6883
@ -39,7 +39,7 @@ size_t my_write(int Filedes, const uchar *Buffer, size_t Count, myf MyFlags)
|
||||
if(Filedes < 0)
|
||||
{
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
DBUG_RETURN(-1);
|
||||
}
|
||||
writtenbytes= my_win_write(Filedes, Buffer, Count);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user