diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-11-04 21:04:04 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-11-04 21:04:04 +0100 |
commit | cdb54f480d9a7aada5c4035aa603c139bdd8e727 (patch) | |
tree | d7e5ef83bc56b91bc412df666462f886af143700 /include/violite.h | |
parent | 5e68c5ce7db95610c2084f9d9c6d01473ae243db (diff) | |
download | mariadb-git-cdb54f480d9a7aada5c4035aa603c139bdd8e727.tar.gz |
MDEV-3822 :10.0-serg fails on windows buildslaves
Fix mismerged code from 5.6 (named-pipe related). viopipe.c, which was introduced in 5.6 is now copied almost identically into 10.0
The unused vio::pipe_overlapped is removed.
Diffstat (limited to 'include/violite.h')
-rw-r--r-- | include/violite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/violite.h b/include/violite.h index b8757bebf55..8cd4fb030c4 100644 --- a/include/violite.h +++ b/include/violite.h @@ -287,7 +287,6 @@ struct st_vio HANDLE hPipe; OVERLAPPED overlapped; DWORD thread_id; /* Used on XP only by vio_shutdown() */ - OVERLAPPED pipe_overlapped; DWORD read_timeout_ms; DWORD write_timeout_ms; #endif |