maria:bb-10.6-merge-julius

Last commit made on 2022-12-09
Get this branch:
git clone -b bb-10.6-merge-julius https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.6-merge-julius
Repository:
lp:maria

Recent commits

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

galera_3nodes tests corrected

0492769... by Jan Lindström

Galera test case cleanup

* Delete tests that are not supported and not going to be supported
  any time soon
* Fix result set on tests that are not run on bb
* Fix tests that fail because of auto increment offset
* Make sure that disabled tests have open bug report

072b366... by Daniel Black

MDEV-28206: SIGSEGV in Item_field::fix_fields when using LEAD...OVER

thd->lex->in_sum_func->max_arg_level cannot be set to a
bigger value of select->nest_level if select is null.

4783f37... by Marko Mäkelä

MDEV-30069 fixup: Do not truncate files on recovery

recv_sys_t::recover_deferred(): If the file has been determined
to be large enough, skip the call to os_file_set_size(), which
would use the current value of FSP_SIZE, which during a multi-batch
recovery can be smaller than the actual file size.

os_file_io(): Also display the file offset in the warning message about
partial I/O.

15ab2e1... by Marko Mäkelä

MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...

os_file_read(): Merged with os_file_read_no_error_handling().
Crashing on a partial page read is as unhelpful as crashing on a
corrupted page read (commit 0b47c126e31cddda1e94588799599e138400bcf8).
Report the file name if it is available via IORequest.

fc1403d... by Marko Mäkelä

Cleanup: Remove fil_space_t::is_deferred()

The public data member can be checked directly by the only caller.

1188ef4... by Marko Mäkelä

MDEV-30132 Crash after recovery, with InnoDB: Tried to read ... bytes at offset

fil_space_t::prepare_acquired(): Do not attempt to extend (or shrink)
files that will be processed by recv_sys_t::recover_deferred().

d32b2e7... by Marko Mäkelä

Merge 10.5 into 10.6

1181564... by Marko Mäkelä

MDEV-24412: Disable the test on ./mtr --embedded

c59985f... by Marko Mäkelä

Merge 10.5 into 10.6