maria:bb-10.4-MDEV-18994

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

Branch merges

Branch information

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

Recent commits

47e02ca... by Kentoku SHIBA

MDEV-18994 Fix the bug encountered when the size of (v1,v2,v3...) value list in “select * from tb where id in (v1, v2, v3...)” is greater than 1000
Some engines need to avoid in optimization.

0cc7c60... by Monty <email address hidden>

Enable mysqlcheck and flush_read_lock tests

- Updated results
- Run mysqlcheck without --user-stat-tables=PREFERABLY to keep results
  consistent
- Don't allow one to run analyze table under FTWRL as analyze table
  nowadays has to update status tables.

2b7e080... by Igor Babaev

MDEV-19363 Assertion `select_lex' failed in LEX::pop_select

This patch corrects the patch for MDEV-19324. The latter did not
work properly in the cases when the transformation
  (SELECT ... ORDER BY ...) LIMIT ... =>
   SELECT ... ORDER BY ... LIMIT ...
was applied to the operands of a set operation.

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