Skip to content

Tags: xcheng1986/mysql-server

Tags

mysql-cluster-8.0.32

Toggle mysql-cluster-8.0.32's commit message

mysql-8.0.32

Toggle mysql-8.0.32's commit message

mysql-cluster-7.6.25

Toggle mysql-cluster-7.6.25's commit message
Bug #34857411 : regression - slow connections/telnet block many other…

… statements

                for connect_timeout seconds, causing pileups

Description:
------------
This is a regression caused due to the fix made for the Bug 34094706. When a
connection somehow stalls/blocks during the authentication phase, where a mutex
is held, the other connections that are executing queries on I_S and P_S are
blocked until the first connection release the mutex.

Fix:
----
Instead of using the mutex and checking the thd->active_vio, we now check the
value of net.vio type in the is_secure_transport() check.

Change-Id: Ic301a3a69b2bb828f2323441bdd0232e5a0ecef4

mysql-cluster-7.5.29

Toggle mysql-cluster-7.5.29's commit message
Bug #34857411 : regression - slow connections/telnet block many other…

… statements

                for connect_timeout seconds, causing pileups

Description:
------------
This is a regression caused due to the fix made for the Bug 34094706. When a
connection somehow stalls/blocks during the authentication phase, where a mutex
is held, the other connections that are executing queries on I_S and P_S are
blocked until the first connection release the mutex.

Fix:
----
Instead of using the mutex and checking the thd->active_vio, we now check the
value of net.vio type in the is_secure_transport() check.

Change-Id: Ic301a3a69b2bb828f2323441bdd0232e5a0ecef4
(cherry picked from commit c9c360d4e726e79c140855bae7c6f5e7c0c156fb)

mysql-5.7.41

Toggle mysql-5.7.41's commit message
Bug #34857411 : regression - slow connections/telnet block many other…

… statements

                for connect_timeout seconds, causing pileups

Description:
------------
This is a regression caused due to the fix made for the Bug 34094706. When a
connection somehow stalls/blocks during the authentication phase, where a mutex
is held, the other connections that are executing queries on I_S and P_S are
blocked until the first connection release the mutex.

Fix:
----
Instead of using the mutex and checking the thd->active_vio, we now check the
value of net.vio type in the is_secure_transport() check.

Change-Id: Ic301a3a69b2bb828f2323441bdd0232e5a0ecef4
(cherry picked from commit c9c360d4e726e79c140855bae7c6f5e7c0c156fb)

mysql-cluster-7.4.39

Toggle mysql-cluster-7.4.39's commit message
Update License Book

 Approved-by: Balasubramanian Kandasamy <[email protected]>

mysql-cluster-8.0.31

Toggle mysql-cluster-8.0.31's commit message

mysql-8.0.31

Toggle mysql-8.0.31's commit message

mysql-cluster-7.5.28

Toggle mysql-cluster-7.5.28's commit message
Update License Book

Approved-by: Balasubramanian Kandasamy <[email protected]>

mysql-cluster-7.4.38

Toggle mysql-cluster-7.4.38's commit message
Update License Book

Approved-by: Balasubramanian Kandasamy <[email protected]>