Skip to content

Tags: jim-mlodgenski/mysql-server

Tags

mysql-cluster-7.6.26

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

… statements

for connect_timeout seconds, causing pileups

[post-push-fix] Fixing the sporadically failing testcase on PB2

Approved by Harin Vadodaria <[email protected]> over Slack.

mysql-cluster-7.5.30

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

… statements

for connect_timeout seconds, causing pileups

[post-push-fix] Fixing the sporadically failing testcase on PB2

Approved by Harin Vadodaria <[email protected]> over Slack.

mysql-cluster-8.0.33

Toggle mysql-cluster-8.0.33's commit message
Bug#35157953 MySQL Router stops accepting connections - 8.0.32

Post-push fix:
Remove the dependency connection -> destination the initial patch
introduced to allow cleaner reuse in MCMD component.

Change-Id: Ie10bc4a13f077c3eddf3da2b9867ffa0dee76a6c

mysql-8.0.33

Toggle mysql-8.0.33's commit message
Bug#35157953 MySQL Router stops accepting connections - 8.0.32

Post-push fix:
Remove the dependency connection -> destination the initial patch
introduced to allow cleaner reuse in MCMD component.

Change-Id: Ie10bc4a13f077c3eddf3da2b9867ffa0dee76a6c

mysql-5.7.42

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

… statements

for connect_timeout seconds, causing pileups

[post-push-fix] Fixing the sporadically failing testcase on PB2

Approved by Harin Vadodaria <[email protected]> over Slack.

(cherry picked from commit 5bbbeeb95a0f17065a69a02984b1fc8c5d54f693)

mysql-cluster-8.0.32

Toggle mysql-cluster-8.0.32's commit message
Bug #34893684: Alter Table IMPORT TABLESPACE crashes after upgrade

PROBLEM:
- In current version pattern for naming hidden dropped column has
  changed.
- When cfg file is taken from older version hidden dropped column
  name follows old pattern.
- When INSTANT operations are done in current version exactly in same
  order as done before creating cfg file, then the server crashes.

FIX:
- When searching dropped column with older name version returns null,
  IMPORT fails with error SCHEMA_MISMATCH.

Change-Id: Ifd93adafb78f0aa7b5ae1980b64a3230f94deae9

mysql-8.0.32

Toggle mysql-8.0.32's commit message
Bug #34893684: Alter Table IMPORT TABLESPACE crashes after upgrade

PROBLEM:
- In current version pattern for naming hidden dropped column has
  changed.
- When cfg file is taken from older version hidden dropped column
  name follows old pattern.
- When INSTANT operations are done in current version exactly in same
  order as done before creating cfg file, then the server crashes.

FIX:
- When searching dropped column with older name version returns null,
  IMPORT fails with error SCHEMA_MISMATCH.

Change-Id: Ifd93adafb78f0aa7b5ae1980b64a3230f94deae9

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)