maria:bb-10.4-MDEV-18990

Last commit made on 2019-05-03
Get this branch:
git clone -b bb-10.4-MDEV-18990 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-MDEV-18990
Repository:
lp:maria

Recent commits

6175198... by Kentoku SHIBA

MDEV-18990 Wrong result when binary column is used as a condition in hexadecimal mode

ea679c8... by Alexander Barkov

MDEV-19377 Replace Virtual_column_info::field_type to Type_handler

0cbc930... by Kentoku SHIBA

MDEV-18992 Crash when using 'insert into on duplicate update'if session charset different from table charset (#1290)

218ab0d... by Vladislav Vaintroub

re-record performance schema test

892c2ec... by Vladislav Vaintroub

Revert "Adjust perfschema.privilege_table_io result"

This reverts commit 81f6a3b0e53baa8a901da0585f0c8ecffc8449fc.

7710928... by Vladislav Vaintroub

MDEV-19354 : Change default service name in MSI UI to MariaDB.

703a5ef... by Igor Babaev

MDEV-19351 statistics_for_command_is_needed: Conditional jump or move
           depends on uninitialised value

Initialized THD::force_read_stats introduced in the patch for MDEV-17605.
Leaving this field uninitialized in the constructor of the THD class may
trigger reading statistical data that is not needed.

4c995eb... by Marko Mäkelä

Correct the result for a few tests

These were broken in commit b5615eff0d00cfb4c60b9d1bf67094da7c2258a6

2f1f028... by Marko Mäkelä

After-merge fix for rocksdb

Adjust a test for the merge commit e6bdf77e4be48750c4808a09af197ed91fd69a61

589dc00... by Alexander Barkov

Test for MDEV-11874 "Data too long for column" instead of "Invalid default value for" upon ALTER in strict mode

This problem was earlier fixed by the patch for:
    MDEV-16421 Make system tables crash safe

Adding tests only.