We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db7fc commit 070183cCopy full SHA for 070183c
sql/sql_connect.h
@@ -35,7 +35,10 @@ class CONNECT : public ilink {
35
#ifdef _WIN32
36
HANDLE pipe;
37
CONNECT(HANDLE pipe_arg): pipe(pipe_arg), vio_type(VIO_TYPE_NAMEDPIPE),
38
- scheduler(thread_scheduler), thread_id(0), prior_thr_create_utime(0) {}
+ scheduler(thread_scheduler), thread_id(0), prior_thr_create_utime(0)
39
+ {
40
+ count++;
41
+ }
42
#endif
43
enum enum_vio_type vio_type;
44
scheduler_functions *scheduler;
0 commit comments