maria:bb-10.4-MDEV-17520

Last commit made on 2018-12-07
Get this branch:
git clone -b bb-10.4-MDEV-17520 https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

2016801... by Marko Mäkelä

Merge 10.4 into HEAD

ce8716a... by Marko Mäkelä

Merge 10.3 into 10.4

21069c5... by Marko Mäkelä

Merge 10.2 into 10.3

53440e2... by Marko Mäkelä

MDEV-17923: Fix the pointer arithmetics

&sys_buf + DATA_TRX_ID_LEN is not &(sys_buf + DATA_TRX_ID_LEN).

52778e2... by Marko Mäkelä

After-merge fix

5e5deab... by Marko Mäkelä

Merge 10.1 into 10.2

ecd3a7e... by Marko Mäkelä

Merge 10.0 into 10.1

12b1ba1... by Marko Mäkelä

MDEV-17904 Crash in fts_is_sync_needed() after failed ALTER or CREATE TABLE

create_table_def(), ha_innobase::create(): Defer fts_optimize_add_table()
until after the table has been successfully created.

49a50a1... by Marko Mäkelä

MDEV-17923 Assertion failed in trx_undo_page_report_modify after CREATE FULLTEXT INDEX

row_fts_merge_insert(): Correctly initialize DB_ROLL_PTR to a safe value
that will not be dereferenced by MVCC.

a00f8bc... by Alexander Barkov

Cleanup: removing unused zeroing Datetime() constructor