maria:bb-11.2-mdev-22534-demo-exists2in-loop

Last commit made on 2023-09-11
Get this branch:
git clone -b bb-11.2-mdev-22534-demo-exists2in-loop https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.2-mdev-22534-demo-exists2in-loop
Repository:
lp:maria

Recent commits

02da5af... by Yuchen Pei <email address hidden>

MDEV-22534 [DEMO] Swapping the order in Item_cond_and causes infinite item_ref loop

e81fa34... by Marko Mäkelä

Merge 11.1 into 11.2

c6ac1e3... by Marko Mäkelä

Merge 11.0 into 11.1

f2b4972... by Marko Mäkelä

Merge 10.11 into 11.0

bce3ee7... by Marko Mäkelä

Merge 10.10 into 10.11

b1b4726... by Marko Mäkelä

Merge 10.9 into 10.10

864bbd4... by Marko Mäkelä

Merge 10.6 into 10.9

23d1092... by Ian Gilfillan <email address hidden>

Update 10.11 HELP

936edd8... by Ian Gilfillan <email address hidden>

Update 11.0 HELP

742f960... by Vincent Dufrasnes <email address hidden>

[MDEV-30178] Explicit errors on required secured transport

The error message for user connections using insecure transport when secured transport is required is very uninformative and doesn't mention the requirement of secure
transport at all.

To make the error message more relevant, introduce a new error
'ER_SECURE_TRANSPORT_REQUIRED', copy of MySQL error message with the
error code 08004 (SQL-server rejected establishment SQL-connection).

Move the code of 'require_secure_transport' to be executed before
authentication verification, as it's not part of authentication but
rather verifying if connection should be allowed in the first place.

All new code of the whole pull request, including one or several files that
are either new files or modified ones, are contributed under the BSD-new license.
I am contributing on behalf of my employer Amazon Web Services, Inc.