maria:bb-10.2-ext2

Last commit made on 2018-02-10
Get this branch:
git clone -b bb-10.2-ext2 https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

a610bad... by Monty <email address hidden>

Added Max_index_length and Temporary to SHOW TABLE STATUS

- Max_index_length is supported by MyISAM and Aria tables.
- Temporary is a placeholder to signal that a table is a
  temporary table. For the moment this is always "N", except
  "Y" for generated information_schema tables and NULL for
  views. Full temporary table support will be done in another task.
  (No reason to have to update a lot of result files twice in a row)

a801ba5... by Monty <email address hidden>

Updated galera .result files

5559905... by Marko Mäkelä

Merge 10.2 into bb-10.2-ext

7c1bd8f... by Marko Mäkelä

Add back (and clean up) the test innodb_zip.prefix_index_liftedlimit

This MySQL 5.5 test innodb_zip.innodb_prefix_index_lifted
was renamed in MySQL 5.7. In
commit 2e814d4702d71a04388386a9f591d14a35980bfe
the test was inadvertently removed, instead of being renamed.

The absence of this test caused a regression in MariaDB 10.2:
MDEV-15257 Invalid CREATE INDEX fails to report error correctly

e4da20d... by Marko Mäkelä

MDEV-14238 Bogus assertion on row_get_rec_trx_id()

page_zip_write_rec(): Do not attempt to access a non-existing
DB_TRX_ID column when writing a record to a non-leaf page.

8411a8f... by Igor Babaev

Corrected the patch for mdev-15119 that caused a failure for
cte_nonrecursive.test with --embedded.

This also fixed some problems for embedded CTEs.
Adjusted test results accordingly.

c567369... by Marko Mäkelä

Merge 10.2 into bb-10.2-ext

3cad31f... by Alexander Barkov

Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext

f01ce62... by Vladislav Vaintroub

add mdev-504 to unstable tests, to fix appveyor

7660019... by Vladislav Vaintroub

rocksdb : Disable the constantly failing bloomfilter test, until MDEV-14562 is fixed