maria:bb-10.2-jan

Last commit made on 2021-12-15
Get this branch:
git clone -b bb-10.2-jan https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-jan
Repository:
lp:maria

Recent commits

f1ca949... by Jan Lindström

Disable following tests from galera_3nodes suite

* galera_pc_bootstrap
* galera_ipv6_mariabackup
* galera_ipv6_mariabackup_section
* galera_ipv6_rsync
* galera_ipv6_rsync_section
* galera_ssl_reload
* galera_toi_vote
* galera_wsrep_schema_init

because MTR sporadaically fails: Failed to start mysqld or mysql_shutdown failed

ef9517e... by Marko Mäkelä

MDEV-27268 Failed InnoDB initialization leaves garbage files behind

create_log_files(): Check log_set_capacity() before modifying
or creating any log files.

innobase_start_or_create_for_mysql(): If create_log_files()
fails and we were initializing a new database, delete the
system tablespace files before exiting.

8bb5563... by Julius Goryavsky <email address hidden>

MDEV-27181: Galera SST scripts should use ssl_capath for CA directory

1. Galera SST scripts should use ssl_capath (not ssl_ca) for CA
   directory. The current implementation tries to automatically
   detect the path using the trailing slash in the ssl_ca variable
   value, but this approach is not compatible with the server
   configuration. Now, by analogy with the server, SST scripts
   also use a separate ssl_capath variable. In addition, a similar
   tcapath variable has been added for the old-style configuration
   (in the "sst" section).
2. Openssl utility detection made more reliable.
3. Removed extra spaces in automatically generated command lines -
   to simplify debugging of the SST scripts.
4. In general, the code for detecting the presence or absence of
   auxiliary utilities has been improved - it is made more reliable
   in some configurations (and for shells other than bash).

6b066ec... by Marko Mäkelä

MDEV-27235: Crash on SET GLOBAL innodb_encrypt_tables

fil_crypt_set_encrypt_tables(): If no encryption threads have been
initialized, do nothing.

0745db7... by Sergei Golubchik

don't use buffered_option_error_reporter without perfschema

it's not printed, not cleaned up without perfschema,
so isn't supposed to be written into either

this fixes "Memory not freed" warnings when early command line
options produce warnings in non-perfschema builds

eafa2a1... by Larysa Sherepa

enable partition_open_files_limit test

f974062... by Sergei Krivonos

MDEV-19129: Fixed configure for Xcode, CMake generate

CMake Error in wsrep-lib/CMakeLists.txt:
  The custom command generating

    /Users/name/build/mariadb-server/sql/lex_token.h

  is attached to multiple targets:

    GenServerSource
    sql

  but none of these is a common dependency of the other(s). This is not
  allowed by the Xcode "new build system".

f13c210... by Vladislav Vaintroub

Don't beep in mysql_upgrade_service.exe

This beep looks especially strange, as mysqladmin output is redirected to
the log file

8dd1f01... by Vladislav Vaintroub

MDEV-27191 MariaDB client - "system" command does not work on Windows

- define USE_POPEN, like it is done elsewhere.
- use Notepad as default editor on Windows for the "edit" command.

d5ceddb... by Vladislav Vaintroub

Appveyor - cache chocolatey packages