maria:bb-10.6-sysschema

Last commit made on 2021-03-11
Get this branch:
git clone -b bb-10.6-sysschema https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.6-sysschema
Repository:
lp:maria

Recent commits

b6ab8c9... by Vladislav Vaintroub

MDEV-9077 - sys schema

Fix tests, in case either performance schema or innodb are not compiled in.

ba5c152... by Vladislav Vaintroub

sysschema try to avoid random [Note] Zerofilling moved table, again

that stuff comes from Aria, almost randomly.
Disable notes warnings, as they disturb the tests.

94a2ab3... by Vladislav Vaintroub

MDEV-9077 sys schema . use 'mariadb.sys'@'localhost' as definer for views

46493d8... by Vladislav Vaintroub

MDEV-9077 - sys schema

Babysit Aria engine. Try to avoid random "Zerofilling moved file" messages
coming seemingly from trying to access sys_config table, mostly likely after
bootstrap.

b661b18... by Vladislav Vaintroub

MDEV-9077 - sysschema test suite.

cc37e4d... by Vladislav Vaintroub

MDEV-9077 - do not dump sys schema by default (MySQL bug#76735)

5bd22c0... by Vladislav Vaintroub

MDEV-9077 Use sys schema in bootstrapping, incl. mtr

ef567b0... by Vladislav Vaintroub

MDEV-9077 - sys schema preparation
- increase MAX_BOOTSTRAP_QUERY_SIZE (sys.schema has SP over 50K large)
  don't allocate bootstrap query on heap anymore.
- support DELIMITER in bootstrap

a450020... by Vladislav Vaintroub

MDEV-9077 add sys schema

bda8a2a... by Marko Mäkelä

MDEV-24671 fixup: Merge lock_sys_t::wait_pending into wait_count

The maximum number of concurrently waiting transactions is one less
than the maximum number of concurrent transactions.

A 45-bit cumulative counter of lock waits will support more than
one million lock waits per second for a year.