maria:bb-10.3-sysprg

Last commit made on 2019-09-27
Get this branch:
git clone -b bb-10.3-sysprg https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-sysprg
Repository:
lp:maria

Recent commits

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

MDEV-20614: Syntax error, and option put in wrong place

A syntax error in the mysqld_multi.sh script has been fixed
here + a "--defaults-group-suffix" option has been moved to
the top of the mysqld options list.

b6bb64e... by Alexander Barkov

Merge remote-tracking branch 'origin/10.2' into 10.3

0e50ee6... by Vicențiu Ciorbaru

Remove --basedir arg from systemd startup scripts

The arg was introduced as part of 75bcf1f9ad4a4bb5fa9cb8818abe6ace52e53d85
to fix a SELinux problem caused by mysqld_safe accessing files it should
not be via the my_which function.

The root cause for this was fixed in 10.3, via
355ee6877beccf27bcd07d845c985fc1a2845aca which eliminated the my_which
function from mysqld_safe entirely. Thus, in 10.3, this --basedir flag
is not necessary.

102bc7b... by Alexander Barkov

Fixing tests according to MDEV-20655 maturity stable for user_variables

0a359d7... by Alexander Barkov

Merge remote-tracking branch 'origin/10.1' into 10.2

fa9e012... by Rasmus Johansson <email address hidden>

MDEV-20655 maturity stable for user_variables

7ae290c... by Marko Mäkelä

Merge 10.2 into 10.3

ef701bf... by Marko Mäkelä

Remove the unused function btr_page_get()

btr_block_get(): Remove #ifdef around the definition

5f118b2... by Alexander Barkov

Merge remote-tracking branch 'origin/5.5' into 10.1

67b0faa... by Alexander Barkov

MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE .. SELECT with zerofilled decimal

Also fixes:

MDEV-20560 Assertion `precision > 0' failed in decimal_bin_size upon SELECT with MOD short unsigned decimal

Changing the way how Item_func_mod calculates its max_length.
It now uses decimal_precision(), decimal_scale() and unsigned_flag
of its arguments, like all other Item_num_op descendants do.