maria:nm/replace

Last commit made on 2019-11-26
Get this branch:
git clone -b nm/replace https://git.launchpad.net/maria

Branch merges

Branch information

Name:
nm/replace
Repository:
lp:maria

Recent commits

d8a1894... by Nikita Malyavin

move gotos to funcs

b237468... by Nikita Malyavin

MDEV-17395 REPLACE/INSERT ODKU: support WITHOUT OVERLAPS

281ea13... by Nikita Malyavin

sql_insert: cleanup: remove duplicated variable

d59ed73... by Nikita Malyavin

Fix real keyread count for partitions

Sergei's commit ac6b3c44308b61eb implemented handler status counters compensation for underlying handlers like ha_partition. `index_read_idx_map` is missing there, but it should have been fixed as well (proof: ha_partition::index_read_idx_map never calls ha_partition::index_read_map).

Note: all this compensation logic could be broken for subpartitions! (We can exparience double decrement)

3ebc23b... by Nikita Malyavin

check referenced table period name in FK

df00346... by Nikita Malyavin

update check

8f63148... by Nikita Malyavin

FK: sql + innodb

31c7ec7... by Nikita Malyavin

key_copy: use from_record argument to copy the data from

1aabda1... by Nikita Malyavin

Prelock child tables in addition to parent ones

1d4d6f0... by Nikita Malyavin

move the code under err label to a function in TABLE_SHARE::init_from_binary_frm_image