maria:bb-11.4-wlad-MDEV-32841

Last commit made on 2024-02-21
Get this branch:
git clone -b bb-11.4-wlad-MDEV-32841 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.4-wlad-MDEV-32841
Repository:
lp:maria

Recent commits

81544f2... by VladislavVaintroub

MDEV-32841 Add tests for new counters.

Only add innodb_async_reads/writes_total_count here.
For all other counters, writing reproducible tests is rather tricky.

b7c61a9... by VladislavVaintroub

MDEV-32841 - review fixes

63ffc66... by VladislavVaintroub

MDEV-32841 Use chrono::duration<double> instead of chrono::duration<float>

Requested by Marko during review

a2db833... by VladislavVaintroub

MDEV-32841 Provide Innodb async IO statistics

Provide some statistics about asynchronous IO reads and writes:
 - number of pending operations
 - number of completion callbacks that are currently being executed
 - number of completion callbacks that are currently queued
   (due to restriction on number of IO threads)
 - total number of IOs finished
 - total time to wait for free IO slot
 - total number of completions that were queued.

Also revert tpool InnoDB perfschema instrumentation (MDEV-31048)
That instrumentation of cache mutex did not bring any revelation (
the mutex is taken for a couple of instructions), and made it impossible
to use tpool outside of the server (e.g in mariadbimport/dump)

374783c... by Yuchen Pei <email address hidden>

MDEV-28152 Features for sequences

- Add `as <int_type>` to sequence creation options
  - int_type can be signed or unsigned integer types, including
    tinyint, smallint, mediumint, int and bigint
  - Limitation: when alter sequence as <new_int_type>, cannot have any
    other alter options in the same statement
  - Limitation: increment remains signed longlong, and the hidden
    constraint (cache_size x abs(increment) < longlong_max) stays for
    unsigned types. This means for bigint unsigned, neither
    abs(increment) nor (cache_size x abs(increment)) can be between
    longlong_max and ulonglong_max
- Truncating maxvalue and minvalue from user input to the nearest max
  or min value of the type, plus or minus 1. When the truncation
  happens, a warning is emitted
- Information schema table for sequences

eeba940... by Sergei Golubchik

remove deprecated since 10.4

04f0504... by Sergei Golubchik

11.5 branch

9b6e267... by Daniel Bartholomew <email address hidden>

bump the VERSION

fa69b08... by Oleksandr "Sanja" Byelkin

Merge branch '11.3' into 11.4

3ae6680... by Sergei Golubchik

update 32bit rdiffs