maria:10.5-MDEV-11107

Last commit made on 2019-09-25
Get this branch:
git clone -b 10.5-MDEV-11107 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
10.5-MDEV-11107
Repository:
lp:maria

Recent commits

6d3f297... by Galina Shalygina <email address hidden>

MDEV-11107 Use table check constraints in optimizer

Project code on 10.5 branch

8887eff... by Marko Mäkelä

MDEV-12353 preparation: page_mem_alloc_heap()

Define the function in the same compilation unit as its only callers
page_cur_insert_rec_low() and page_cur_insert_rec_zip().

71e856e... by Marko Mäkelä

MDEV-12353 preparation: Clean up page directory operations

page_mem_free(): Define in the same file with the only caller
page_cur_delete_rec().

page_dir_slot_set_rec(): Add const qualifier to a parameter.

page_dir_delete_slot(): Merge with the only caller page_dir_balance_slot().

page_dir_add_slot(): Merge with the only caller page_dir_split_slot().

page_dir_split_slot(), page_dir_balance_slot(): Define in the
same compilation unit with the callers, and simplify the code.

2eeac53... by Sachin Setiya

Fix compile error in macOS caused by MDEV-20477

386f9d1... by Sachin Setiya

Disable part of binlog_table_map_optional_metadata.test (because of MDEV-20582)

46a6cea... by Marko Mäkelä

Merge 10.4 into 10.5

74551b2... by Alexander Barkov

Cleanup: removing Type_handler members m_name_xxx

Hiding the definitions inside Type_handler_xxx::name().

This is needed to avoid exporting members with MYSQL_PLUGIN_IMPORT,
which would be needed to compile data type plugins on Windows.

9b1866f... by Alexander Barkov

Cleanup: removing Type_handler members m_version_xxx

Introducing methods instead:
  const Name version_mysql56() const;
  const Name version_mariadb53() const;

This is needed to avoid exporting members with MYSQL_PLUGIN_IMPORT,
which would be needed to compile data type plugins on Windows.

c793f07... by Jan Lindström

Re-record galera_shutdown_nonprim for 10.4.

da76ae2... by Jan Lindström

Disable galera_var_notify_cmd as it causes hang.