maria:bb-11.2-opentables

Last commit made on 2024-03-14
Get this branch:
git clone -b bb-11.2-opentables https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.2-opentables
Repository:
lp:maria

Recent commits

4683506... by Nikita Malyavin

adopt library

8d74482... by Vanislavsky <serzh7214@mail,ru>

MDEV-30182: add open_address_hash

usae:
buld taret open_address_hash-t (i.e. cmake your-build-dir --build open_address_hash-t)
run ctest open_address_hash (i.e. ctest -R open_address_hash, from your-build-dir)

1553a9d... by Oleksandr "Sanja" Byelkin

Merge branch '11.2' into mariadb-11.2.3

35c1970... by Daniel Bartholomew <email address hidden>

bump the VERSION

5d37cac... by Nikita Malyavin

MDEV-33348 ALTER TABLE lock waiting stages are indistinguishable

Several points of synchronization during ALTER TABLE COPY looked identical
in the progress report query. Besides, if its the late lock upgrade stage,
the data would be:
STAGE 0
MAX_STAGE 0
PROGRESS 0.000

which looks irrelevant.

This patch moves thd_progress_deinit call after the last lock upgrade.

Also, for online alter, if there is nothing to replicate, the
progress and max_progress values would be 0, which discard the result data
on the side of sql_show, see processlist_callback in sql_show.cc.
So now the minimal max_progress will be 1. To avoid 0% progress in the
report, minimax progress value is also set to 1, so we will see 100% if
there's nothing to replicate.

79580f4... by Sergei Golubchik

Merge branch '11.1' into 11.2

b6680e0... by Sergei Golubchik

Merge branch '11.0' into 11.1

6ef0b2e... by Sergei Golubchik

Merge branch '10.11' into 11.0

87e1372... by Sergei Golubchik

Merge branch '10.6' into 10.11

b5c367c... by Sergei Golubchik

MDEV-32815 test main.func_sformat Locale + test failures under Fedora 39 (fmt-10.0.0+)

FMT_STATIC_THOUSANDS_SEPARATOR stopped working in 10.0.0
Let's not use this fmt version for now