maria:st-10.5-thiru

Last commit made on 2024-05-06
Get this branch:
git clone -b st-10.5-thiru https://git.launchpad.net/maria

Branch merges

Branch information

Name:
st-10.5-thiru
Repository:
lp:maria

Recent commits

9b2bf09... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-33980 mariadb-backup --backup is missing retry logic for undo tablespaces

- This is a merge of commit f378e7643459f0baa6c4149a795463f2f46b6871
from 10.4 to 10.5.

b88c20c... by Julius Goryavsky <email address hidden>

Merge branch 10.4 into 10.5

55754be... by Sergey Petrunia

MDEV-33781: rocksdb.locking_issues_case5_rc fails windows ... : Disable it

f90fcef... by Sergey Petrunia

MDEV-33866: rocksdb.write_sync fails on windows ... : Disable it

be60782... by Sergey Petrunia

MDEV-33789: rocksdb.bloomfilter2 failed on ... : Disable it.

52c4533... by Julius Goryavsky <email address hidden>

MDEV-34071: Failure during the galera_3nodes_sr.GCF-336 test

This commit fixes sporadic failures in galera_3nodes_sr.GCF-336
test. The following changes have been made here:

1) A small addition to the test itself which should make
   it more deterministic by waiting for non-primary state
   before COMMIT;
2) More careful handling of the wsrep_ready variable in
   the server code (it should always be protected with mutex).

No additional tests are required.

4045a87... by Sergei Golubchik

test for Bug #16051817 GOT ERROR 124 FROM STORAGE ENGINE ON DELETE FROM A PARTITIONED TABLE

followup for c5896384bda5

3d75cff... by Sergei Golubchik

bugfix: INFORMATION_SCHEMA.STATISTICS doesn't show whether the index is disabled

179515a... by Sergei Golubchik

bugfix: dgcov.pl shows wrong line numbers

dgcov.pl was putting gcov execution counters on wrong lines
in the report (*.dgcov files were correct), because it was
incrementing the new line number for diff lines starting from '-'
(lines from the old file, not present in the new)

4f5dea4... by Sergei Golubchik

cleanup

* remove dead code
* simplify the check for table->s->next_number_index
* misc