Fixed duplicate of handle_count in __NT__ section

sql/mysqld.cc:
  Fixed duplicate of handle_count
This commit is contained in:
unknown 2002-12-31 17:01:53 +05:00
commit 178bce1447

View file

@ -182,7 +182,6 @@ static char szPipeName [ 257 ];
static SECURITY_ATTRIBUTES saPipeSecurity;
static SECURITY_DESCRIPTOR sdPipeDescriptor;
static HANDLE hPipe = INVALID_HANDLE_VALUE;
static uint handler_count;
static bool opt_enable_named_pipe = 0;
#endif
#ifdef __WIN__