maria:bb-10.2-anel-MDEV-1448-ctrlc

Last commit made on 2022-01-27
Get this branch:
git clone -b bb-10.2-anel-MDEV-1448-ctrlc https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-anel-MDEV-1448-ctrlc
Repository:
lp:maria

Recent commits

84c9cbc... by Anel Husakovic <email address hidden>

MDEV-14448: Ctrl-C should not exit the client

Reviewed by: <>

68b3fa8... by Daniel Black

MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenable

mtr is checking the wrong path for the embedded executable
on out of tree builds.

The is_embedded.inc tests are also checking the version rather
than the MTR MYSQL_EMBEDDED environment variable.

As a result, a few tests are out of date in the result recordings.

2e81eab... by Daniel Black

MDEV-27607: mysql_install_db to install mysql_upgrade_info

For compatibility this is under an extra option --upgrade-info

The goal here is to install a data directory with the required
info to let mysql_upgrade know that an upgrade isn't required.

2cbf925... by Marko Mäkelä

Cleanup: Remove an unused parameter of fts_add_doc_by_id()

7db489f... by Oleksandr "Sanja" Byelkin

new CC

2925d0f... by Vladislav Vaintroub

MDEV-27612 Connect : check buffer sizes, fix string format errors

b962338... by Lena Startseva <email address hidden>

MDEV-8652: Partitioned table creation problem when creating from procedure context twice in same session

The problem was solved in in MDEV-7990, this commit contains only test

8b15d0d... by Brandon Nesterenko

MDEV-16091: Seconds_Behind_Master spikes to millions of seconds

This patch addresses two problems with
rpl.rpl_seconds_behind_master_spike

First, --sync_slave_with_master / select master_pos_wait
seems to have a bug where it will hang after all master
events have been executed.

This patch removes the sync_slave_with_master command from
the test, where it not required anyway as it is used to
declare explicit cleanup

Second, the test uses timestamps to ensure that the
Seconds_Behind_Master value does not point to a time too
far in the past. The checks of these timestamps were
too strict, because they could be slightly inconsistent
with the master and the SBM would be counted as invalid
when it was actually correct.

To fix this, a slight buffer was added to the check
to ensure the value is valid but still does not point
too far in the past

Reviewed By:
===========
Andrei Elkin <email address hidden>

50e66db... by Alexey Botchkov

MDEV-25917 create table like fails if source table is partitioned and engine is myisam or aria with data directory.

Create table like removes data_file_path/index_file_path from the
thd->work_partition_info.

ebc77c6... by Oleksandr "Sanja" Byelkin

Merge remote-tracking branch 'connect/10.2' into 10.2