Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.4
-
Linux Debian 8.6 / 64bits, Windows 10 / 64bits
-
10.2.6-2, 10.2.6-3
Description
Same code working with 10.1 now hangs when executing a simple SELECT ...
So far could only enable server log to see what happens.
Must investigate to enable more detailed log or debug info... any suggestion is welcome.
Tcp port: 3309 Unix socket: /opt3/dbs/mdb/10.2/data/mysqld.sock
|
Time Id Command Argument
|
170313 18:36:53 7 Connect mysuser@localhost as anonymous on test1
|
7 Query SELECT @@version
|
7 Query SET autocommit=1
|
7 Prepare delete from dbit2
|
7 Execute delete from dbit2
|
7 Close stmt
|
7 Prepare insert into dbit2 VALUES (1,'aaa','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Execute insert into dbit2 VALUES (1,'aaa','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Close stmt
|
7 Prepare insert into dbit2 VALUES (2,'bbb','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Execute insert into dbit2 VALUES (2,'bbb','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Close stmt
|
7 Prepare insert into dbit2 VALUES (3,'ccc','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Execute insert into dbit2 VALUES (3,'ccc','bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
|
7 Prepare select dbit2_key from dbit2 where dbit2_key<?
|
7 Prepare select dbit2_key from dbit2 where dbit2_key<?
|
7 Execute select dbit2_key from dbit2 where dbit2_key<-1
|
Have stopped and restarted the server several times, only one single client connects.... strange.
Attachments
Issue Links
- relates to
-
MDEV-12084 Test timeouts on CentOS - interaction between server and client stops
- Open