maria:bb-10.11-MDEV-29587

Last commit made on 2024-01-23
Get this branch:
git clone -b bb-10.11-MDEV-29587 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.11-MDEV-29587
Repository:
lp:maria

Recent commits

8c5db7a... by Oleksandr "Sanja" Byelkin

MDEV-29587 Allowing insert into a view with columns that are not part the table

We can check only fields which take part in inserts.

bc2f155... by Daniel Black

Deb autobake: ready with noble (Ubuntu 24.04)

Still not ready to support mariadb-plugin-rocks by distro.

pmem (despite its EOL on Intel) and liburing are available on Noble
(24.04). Its unclear why they where disabled in lunar/jammy. Too
unstable to change now so introduce to 24.04 and see how it goes
during testing.

1acf6a0... by Marko Mäkelä

MDEV-14425 fixup: mariabackup.huge_lsn,strict_crc32 rdiff

Some old versions of "patch" (such as patch 2.5.9 on Microsoft Windows)
require that a file name header be present.
To ensure that the diff will be applied, let us add the header.

0335629... by Marko Mäkelä

MDEV-32242 fixup: innodb.doublewrite test may be skipped again

It is not sufficient to sleep for only 1 second to
ensure that the page cleaner has gone idle.
The timings could have been changed compared to earlier releases
by commit a635c40648519fd6c3729c9657872a16a0a20821 (MDEV-27774).
Let us allow the non-debug test innodb.doublewrite to be skipped,
and remove the insufficient 1-second sleep.

7f11fad... by Marko Mäkelä

MDEV-32968: After-merge fix

This fixes up merge commit 9d20853c74935717a20bbcb08d3bad6bf1a56dda

b3ca7fa... by Marko Mäkelä

Merge 10.6 into 10.11

495e7f1... by Marko Mäkelä

MDEV-33053 fixup: Correct a condition before a message

5c243d4... by Marko Mäkelä

Merge 10.5 into 10.6

e237925... by Marko Mäkelä

MDEV-33031 test fixup for HAVE_PERFSCHEMA=NO

0c23f84... by Daniel Black

MDEV-32983 cosmetic improvement on path separator near ib_buffer_pool

A mix of path separators looks odd.

  InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data/ib_buffer_pool

This was changed in cf552f5886968fc022122960d3a9274ce9f27819

Both forward slashes and backward slashes work on Windows. We do not
use \\?\ names.

So we improve the consistent look of it so it doesn't look like a bug.

Normalize, in this case, the path separator to \ for making the filename.

Reported thanks to Github user @celestinoxp.

Closes: https://github.com/ApacheFriends/xampp-build/issues/33
Reviewed by: Marko Mäkelä and Vladislav Vaintroub