lp:~maria-captains/maria/5.5-knielsen

Created by Kristian Nielsen and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/5.5-knielsen
Members of Maria-captains can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Maria-captains
Project:
MariaDB
Status:
Development

Recent revisions

4436. By Kristian Nielsen

MDEV-7310: last_commit_pos_offset set to wrong value after binlog rotate in group commit

When the binlog was rotated due to @@max_binlog_size, the values of the
binlog_shapshot_file and binlog_snapshot_position were inconsistent in case of
non-transactional DML. The position was refering to the old file, while the
filename was of the new file after rotation. This patch makes them consistent
by making sure the position is also refering to the new file.

4435. By Sergey Petrunia

MDEV-7356: Subquery gives incorrect results

The bug was in remove_sj_conds(), which is used by sj-materialization strategy.
The check used by the function didn't take into account that the subquery could
have another ("grandchild") subquery which is merged into the child subquery.
In that case, grandchild's IN-expression could be incorrectly removed.

Fixed by using more robust logic in remove_sj_conds.

4434. By Alexey Botchkov

MDEV-7512 GIS: ST_ synonyms for functions are not consistent.
        ST_MULTIPOLYGONFROMTEXT, ST_MULTIPOINTFROMTEXT, ST_MULTILINESTRINGFROMTEXT added.

4433. By Sergei Golubchik

MDEV-7290 please update MSI installer to include HeidiSQL 9.1

4432. By Sergei Golubchik

restore a cross-compiling bit that was lost in a merge

4431. By Sergei Golubchik

MDEV-7478 log-basename unpredictable behavior in standalone mode

* fix /etc/init.d/mysql to use log-basename for pid-filename
* fix mysqld_safe not to force logging-to-file when log-basename is specified

4430. By Sergei Golubchik

MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbot

include oqgraph into deb packages conditionally, just like we do with tokudb

4429. By Oleksandr "Sanja" Byelkin

MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE with nested views

Do not use merge_for_insert for commands which use SELECT because optimizer can't work with such tables.

Fixes which makes multi-delete working with normally merged views.

4428. By Alexey Botchkov

MDEV-7516 Assertion `!cur_p->event' failed in Gcalc_scan_iterator::arrange_event(int, int).
    When the distance in ST_BUFFER is too far negative the coordinates can run out of the operational
    area. We should just return an empty geometry in this case.

4427. By Jan Lindström

Fix test failures on innodb-mdev-7055 and innodb-mdev-7513.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:maria/5.3
This branch contains Public information 
Everyone can see this information.