maria:bb-10.10-no_hack-2

Last commit made on 2022-06-14
Get this branch:
git clone -b bb-10.10-no_hack-2 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.10-no_hack-2
Repository:
lp:maria

Recent commits

d2a623e... by Oleksandr "Sanja" Byelkin

more test fixes

c66b191... by Oleksandr "Sanja" Byelkin

MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite

3f4b1e8... by Oleksandr "Sanja" Byelkin

MDEV-5215 prerequisite of prerequisite: if DB is not mentioned in connect ignore errors of switching to it

8756d25... by Mihyaeru <email address hidden>

MDEV-28364 Spider: remove #ifdef SPIDER_HAS_EXPR_CACHE_ITEM

d491062... by Marko Mäkelä

Merge 10.9 into 10.10

039d83b... by Marko Mäkelä

MDEV-28554 fixup: Do not overflow the ib_logfile0 header

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.

0e8342d... by Nayuta Yanagisawa

MDEV-27648 fixup: delete unused member of st_spider_transaction

st_spider_transaction::thd_hash_value is no longer used because of
MDEV-27648.

c910fdc... by Alexander Barkov

MDEV-28117 Multiple conflicting table COLLATE clauses are not rejected

This problem was earlier fixed by the patch for MDEV-27896.

Now adding only MTR tests from the report.

fdc039d... by Marko Mäkelä

MDEV-28540 Deprecate and ignore the parameter innodb_prefix_index_cluster_optimization

The parameter innodb_prefix_index_cluster_optimization used to enable an
optimization that was added in cb37c557688e2f7f0381d02f78976a1b7d1bfd65
and was disabled by default.

We will unconditionally enable the extension and mark the parameter
as deprecated.

Related to this, the counters
Innodb_secondary_index_triggered_cluster_reads and
Innodb_secondary_index_triggered_cluster_reads_avoided
allowed to determine the usefulness of this optimization.

Now that the configuration parameter is disabled, the counters
do not serve any useful purpose and can be removed.

row_search_with_covering_prefix(): Fix a bug that caused an
incorrect result to be returned.