maria:10.4-nikita-merge

Last commit made on 2019-09-11
Get this branch:
git clone -b 10.4-nikita-merge https://git.launchpad.net/maria

Branch merges

Branch information

Name:
10.4-nikita-merge
Repository:
lp:maria

Recent commits

8e3a1c5... by Nikita Malyavin

cherry-pick MDEV-16490

5c5452a... by Daniel Bartholomew <email address hidden>

bump the VERSION

71c57bc... by varun

Moved the function trace_plan_prefix to the optimizer trace file

Also added comments for trace_plan_prefix and the class Json_writer_temp_disable

7b988e5... by varun

MDEV-20444: More information regarding access of a table to be printed inside the optimizer_trace

Added:
      1) estimated_join_cardinality
      2) best_chosen_access_method for a table
      3) best_join_order

e980cf9... by Marko Mäkelä

Merge mariadb-10.4.8 to 10.4

e2f570b... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-20320 Tablespace flags mismatch for full_crc32 format

Files for PAGE_COMPRESSED tables that were created with
innodb_checksum_algorithm=full_crc32 store the value of
innodb_compression_algorithm at the time of the file creation.

The server-wide setting of innodb_compression_algorithm
may be changed after file creation. We must ignore any mismatch
when opening a data file, and for writes, we must use the
choice of algorithm that is stored in the file.

fil_space_t::is_flags_full_crc32_equal(): Ignore the
innodb_compression_algorithm but do compare innodb_page_size.

fil_space_t::is_flags_non_full_crc32_equal(): Ignore the
innodb_compression_algorithm.

13f7409... by Marko Mäkelä

MDEV-12112/MDEV-12026: Enable the test for full_crc32

The test mariabackup.encrypted_page_corruption was hard-wired
for innodb_checksum_algorithm=crc32. Enable a combination for
full_crc32 for the sake of completeness.

4c2464b... by Elena Stepanova

List of unstable tests for 10.4.8 release (updated)

fe4a4bb... by Elena Stepanova

List of unstable tests for 10.4.8 release

c1a2778... by Sergey Petrunia

MDEV-17171: RocksDB Tables do not have "Creation Date"

Update test results