maria:bb-10.2-mariarocks

Last commit made on 2018-05-11
Get this branch:
git clone -b bb-10.2-mariarocks https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-mariarocks
Repository:
lp:maria

Recent commits

338289a... by Sergey Petrunia

Tentatively enable a few myrocks tests

c686483... by Sergey Petrunia

MDEV-12427: rocksdb.write_sync fails

Enable the test as the cause of the failure has been fixed

1631940... by varun

MDEV-15853: Assertion `tab->filesort_result == 0' failed

The issue here is that the window function execution is not called for the correct join tab, when we have GROUP BY
where we create extra temporary tables then we need to call window function execution for the last join tab. For doing
so the current code does not take into account the JOIN::aggr_tables.
Fixed by introducing a new function JOIN::total_join_tab_cnt that takes in account the temporary tables also.

e5bd75f... by Sergey Petrunia

MyRocks: disable rocksdb.check_ignore_unknown_options on Windows

83cdccd... by Sergey Petrunia

Merge branch 'bb-10.2-mariarocks' into 10.2

69b46aa... by Sergey Petrunia

Merge branch '10.2' of github.com:MariaDB/server into 10.2

ffb4823... by Sergey Petrunia

MyRocks on windows: make bulk_load_unsorted pass.

It produced warnings due to perl code printing \r\n into the text
file which is then used by LOAD DATA INFILE.

b026981... by Sergey Petrunia

MyRocks: post-merge fixes for Windows: take into account FN_LIBCHAR2

Table name may be passed either as "./db/table" or as ".\\db\\table".

1d411a8... by Sergei Golubchik

Merge branch 'connect/10.2' into 10.2

9b1824d... by Sergei Golubchik

Merge branch '10.1' into 10.2