maria:vicentiu-docker

Last commit made on 2018-04-02
Get this branch:
git clone -b vicentiu-docker https://git.launchpad.net/maria

Branch merges

Branch information

Name:
vicentiu-docker
Repository:
lp:maria

Recent commits

8e97b1b... by Vicențiu Ciorbaru

Force build?

a76d1b5... by Vicențiu Ciorbaru

Foo commit

649c744... by Zhang Shuai

MDEV-15204: lag/lead function order list mandatory

04bac13... by Marko Mäkelä

Revert "MDEV-12266: Remove lookups when dropping indexes"

This reverts commit d2660362920a82588508028f263dad9c16f08865.
The patch would cause a crash when DROP TABLE is executed
and the .ibd file is missing. It is not easy to fix this;
there is some delicate logic in fil_space_get_page_size().

e895041... by Marko Mäkelä

Merge 10.2 into 10.3

d266036... by Marko Mäkelä

MDEV-12266: Remove lookups when dropping indexes

btr_free_root_check(), btr_free_if_exists():
Replace page_id, page_size with fil_space_t* and the
root page number.

btr_free_but_not_root(): Take fil_space_t* as a parameter,
or NULL if the operation is not going to be redo-logged.

btr_free(): Pass space=NULL to btr_free_but_not_root().

556a920... by Alexander Barkov

Cleanup: moving timestamp_to_TIME() as a method to THD

17bbab5... by Sergei Golubchik

cleanup: remove get_datetime_value()

this is a 10.3 version of 27d94b7e032

It disables caching of the first argument of IN,
if it's of a temporal type. Because other types are not
cached in this context.

c43a0e0... by Sergei Golubchik

bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIME

this is a 10.3 version of 1c6f6dc8924

7601331... by Sergei Golubchik

bugfix: Item_cache_temporal::get_date() didn't set null_value

this is a 10.3 version of 885edc4fa50