maria:bb-11.4-rellease

Last commit made on 2024-05-15
Get this branch:
git clone -b bb-11.4-rellease https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.4-rellease
Repository:
lp:maria

Recent commits

0345b01... by Brandon Nesterenko

Fix rpl.rpl_semi_sync_cond_var_per_thd

rpl.rpl_semi_sync_cond_var_per_thd could sporadically fail with
ER_NET_READ_ERROR, which was not suppressed in the test.

This patch adds the test suppression for that error.

4e5f19a... by Brandon Nesterenko

11.4 Merge fix mariabackup.rpl_clone_slave

The slave IO threads could not connect to their primaries due
to failing an SSL cert check.

Fixed by adding master_ssl_verify_server_cert=0 to the
change master commands.

e7038b8... by Brandon Nesterenko

11.4 Merge Fix Rpl Test Failures

 * rpl.rpl_get_lock failed due to missing piece of MDEV-33582
   commit which logs messages in extra detail when
   log_warnings > 3 (and this test uses log_warnings=4).

 * rpl.rpl_mdev33798 failed due to SSL cert failure when
   manually connecting slave2 to slave3 via change master. Fixed
   by adding master_ssl_verify_server_cert=0.

8e51350... by Oleksandr "Sanja" Byelkin

new CC

ee01a7c... by Oleksandr "Sanja" Byelkin

fix of the merge

d979de3... by Sergei Golubchik

mysqltest: support MARIADB_OPT_RESTRICTED_AUTH

C/C 3.4 disables mysql_old_password by default, so

add an option for the `connect` command to support specifying
allowed authentication plugins (MARIADB_OPT_RESTRICTED_AUTH).

use it to enable mysql_old_password when needed for testing

5e1dda5... by Sergei Golubchik

small cleanup: mysqltest

156525a... by Sergei Golubchik

fix SSL tests for the new C/C 3.4

it no longer supports TLSv1.0

78af8e4... by Oleksandr "Sanja" Byelkin

Merge commit '11.2' into 11.4

db06c5d... by Sergei Golubchik

main.alter_table_online fails in --view

disable view protocol (DROP VIEW doesn't work very well with transactions)
and cosmetic cleanups