maria:bb-10.5-danielblack-MDEV-30222-mysqltest-popen-err-display

Last commit made on 2022-12-13
Get this branch:
git clone -b bb-10.5-danielblack-MDEV-30222-mysqltest-popen-err-display https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-danielblack-MDEV-30222-mysqltest-popen-err-display
Repository:
lp:maria

Recent commits

12d7a5a... by Daniel Black

MDEV-30222: display errno for popen failures

1dc2f35... by Marko Mäkelä

Merge 10.4 into 10.5

da5d349... by Sergei Golubchik

fix error on reading 5.5 tables with generated columns

fdf43b5... by Marko Mäkelä

Merge 10.3 into 10.4

cc78cd7... by Jan Lindström

MDEV-30172 galera 10.5 test cleanup

galera.galera_bf_abort_at_after_statement disabled by Daniel Black

58fecbe... by Daniel Black

mtr: galera/galera_3node disable failed tests

72f1384... by Daniel Black

Merge branch 10.4 into 10.5

382e85f... by Daniel Black

MDEV-30065: mariadb-install-db allow for --enforce-storage-engine=InnoDB

Hide the errors related to missing innodb stats tables in bootstrap mode
on the assumption that because we are in bootstrap mode they are going
to be created.

c1cc6e8... by Daniel Black

Correct DBUG_ENTER for Pushdown_derived::execute

a491400... by Julius Goryavsky <email address hidden>

MDEV-29814: galera_var_notify_ssl_ipv6 causes testing system to hang

This commit fixes the test system hanging due to
the galera_var_notify_ssl_ipv6 test and also brings
the wsrep_notify[_ssl].sh files in line with each other
between the user template and the mtr suite.

Quotes are also added here to avoid problems if the
user specifies the value of one of the variables at the
beginning of the file containing shell-specific characters,
for example, if the password or username specified in the
PSWD and USER variables will contain the "$" character.

Also fixed an issue with automatic --ssl-verify-server-cert
option substitution when the corresponding value is set
by the user to "1" or "on".

Also fixed some tests here to avoid joining one of the nodes
to another cluster when the nodes are restarted from the mtr
side, which can lead to random failures when testing with
buildbot.