maria:bb-10.9-mcs

Last commit made on 2022-06-08
Get this branch:
git clone -b bb-10.9-mcs https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.9-mcs
Repository:
lp:maria

Recent commits

8331a1c... by Roman Nozdrin <email address hidden>

MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax needed in ColumnStorew

8c4a2c8... by Nayuta Yanagisawa

MDEV-26282 Make the version of Spider the same as the server version

Spider is now a part of the server. So, it doesn't make sense for Spider
to have its own version number apart from the server's one.

5a33a37... by Marko Mäkelä

Merge 10.8 into 10.9

31fc2eb... by Marko Mäkelä

Merge 10.7 into 10.8

0476f48... by Marko Mäkelä

MDEV-26713 fixup: Prefer shutdown to kill

A subsequently executed test could fail due to warning messages
that some mysql.help_% tables were not closed properly.

09dc322... by Marko Mäkelä

Merge 10.6 into 10.7

4b6f5ae... by Marko Mäkelä

main.mysqladmin: Prefer restarting to killing

We do not want subsequent test executions to fail due to messages
about mysql.help_% tables needing recovery.

Thanks to Sergei Golubchik for noticing this.

cd1de25... by Alexander Barkov

MDEV-27906 CREATE TABLE/DATABASE .. CHARSET .. COLLATE is not consistent on errors

This problem was fixed earlier by the patch for:
    MDEV-27896 Wrong result upon COLLATE .. CHARACTER SET .. on the table or the database level

Adding MTR tests only.

814c69e... by Monty <email address hidden>

Merge remote-tracking branch 'origin/10.5' into 10.6

57d4a24... by Marko Mäkelä

Merge 10.7 into 10.8