mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Fixed duplicate of handle_count in __NT__ section
sql/mysqld.cc: Fixed duplicate of handle_count
This commit is contained in:
parent
666e150920
commit
178bce1447
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ static char szPipeName [ 257 ];
|
||||||
static SECURITY_ATTRIBUTES saPipeSecurity;
|
static SECURITY_ATTRIBUTES saPipeSecurity;
|
||||||
static SECURITY_DESCRIPTOR sdPipeDescriptor;
|
static SECURITY_DESCRIPTOR sdPipeDescriptor;
|
||||||
static HANDLE hPipe = INVALID_HANDLE_VALUE;
|
static HANDLE hPipe = INVALID_HANDLE_VALUE;
|
||||||
static uint handler_count;
|
|
||||||
static bool opt_enable_named_pipe = 0;
|
static bool opt_enable_named_pipe = 0;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __WIN__
|
#ifdef __WIN__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue