Merge 10.10 into 10.11

This commit is contained in:
Marko Mäkelä 2023-10-17 16:04:21 +03:00
commit 2ecc0443ec
448 changed files with 13558 additions and 28090 deletions

View file

@ -126,7 +126,9 @@ get_make_parallel_flag
# SSL library to use.--with-ssl will select our bundled yaSSL
# implementation of SSL. --with-ssl=yes will first try system library
# then the bundled one --with-ssl=system will use the system library.
# We use bundled by default as this is guaranteed to work with Galera
# We normally use bundled by default as this is guaranteed to work with Galera
# However as bundled gives problem on SuSE with tls_version1.test, system
# is used
SSL_LIBRARY=--with-ssl=system
if [ "x$warning_mode" = "xpedantic" ]; then