mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge moonbone.local:/work/12887-bug-4.1-mysql
into moonbone.local:/work/12887-bug-5.0-mysql
This commit is contained in:
commit
7e733a889e
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ int vio_blocking(Vio * vio __attribute__((unused)), my_bool set_blocking_mode,
|
|||
#endif /* !defined(NO_FCNTL_NONBLOCK) */
|
||||
#else /* !defined(__WIN__) && !defined(__EMX__) */
|
||||
#ifndef __EMX__
|
||||
if (vio->type != VIO_TYPE_NAMEDPIPE)
|
||||
if (vio->type != VIO_TYPE_NAMEDPIPE && vio->type != VIO_TYPE_SHARED_MEMORY)
|
||||
#endif
|
||||
{
|
||||
ulong arg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue