maria:bb-10.8-C++-14

Last commit made on 2021-11-22
Get this branch:
git clone -b bb-10.8-C++-14 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.8-C++-14
Repository:
lp:maria

Recent commits

2505767... by Sergei Krivonos <email address hidden>

use c++14 standard

86891b8... by Marko Mäkelä

Merge 10.7 into 10.8

80834a8... by Marko Mäkelä

Cleanup: Remove unused DBUG_SUICIDE()

4489a89... by Marko Mäkelä

MDEV-27094 Debug builds include useless InnoDB "disabled" options

The following options were introduced in
commit 2e814d4702d71a04388386a9f591d14a35980bfe (mariadb-10.2.2)
and have little use:

innodb_disable_resize_buffer_pool_debug had no effect even in
MariaDB 10.2.2 or MySQL 5.7.9. It was introduced in
mysql/mysql-server@5c4094cf4971eebab89da4ee4ae92c71f69cd524
to work around a problem that was fixed in
mysql/mysql-server@2957ae4f990bf3aed25822b0ce15d3ccad0b54b6
(but the parameter was not removed).

innodb_page_cleaner_disabled_debug and innodb_master_thread_disabled_debug
are only used by the test innodb.redo_log_during_checkpoint
that will be removed as part of this commit.

innodb_dict_stats_disabled_debug is only used by that test,
and it is redundant because one could simply use
innodb_stats_persistent=OFF or the STATS_PERSISTENT=0 attribute
of the table in the test to achieve the same effect.

7e8a13d... by Marko Mäkelä

Merge 10.6 into 10.7

9db45d2... by midenok

MDEV-27048 UBSAN: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'

32-bit variable must be expanded to 64-bit before shift left.

32e8e84... by midenok

MDEV-27048 UBSAN: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'

32-bit variable must be expanded to 64-bit before shift left.

0102732... by Vladislav Vaintroub

Revert "MDEV-26713 Windows - improve utf8 support for command line tools"

This reverts commit several commits pushed by mistake.

e0f7c89... by Marko Mäkelä

MDEV-26747 after-merge fix for MDEV-12026, MDEV-25105

220dc1f... by Vladislav Vaintroub

xxx