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

Created by Michael Widenius and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/maria-5.5-monty
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

4037. By Michael Widenius

Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNORE

Added variable "OLD_MODE" that can be used to turn off the new behavior

4036. By Michael Widenius

Fixed that setup_natural_join_row_types can safely be called twice

4035. By Michael Widenius

Fixed bug that I accudently introduced in mysql_tzinfo_to_sql
Added test cases

4034. By Michael Widenius

speed up tokudb tests by adding begin/commit around insert loops
Marked very long running tests as big_test

4033. By Michael Widenius

Fixed MDEV-4970: Wrong result with Aria table populated with disabled keys

Problem was that ALTER TABLE DISABLE KEYS incremented create_trid for the table,
which made the new index entries invisible until the global trid catched up.

Fixed by only updating create_trid if we are rewriting all rows and indexes.

4032. By Sergey Petrunia

Merge

4031. By Michael Widenius

Fixed Mageia Bug 12355: mariadb produces warning messages while loading timezone information
- Warnings about wrong symlink messages or non-timezone files with '.tab' are now only given if run with --verbose
- Added long option handling
- Added --help, --verbose and --version options

4030. By Michael Widenius

Fix for MDEV-5531: double call procedure in one session - hard shutdown the server
Main fix was to not cache derivied tables as they may be temporary tables that are deleted before the next query.
This was a bit tricky as Item_field::fix_fields depended on cached_tables to be set to resolve some columns.

4029. By Michael Widenius

Fixed failures in tokudb test cases

4028. By Alexey Botchkov

MDEV-5419 no audit events for warnings converted to errors in the strict mode.
        small fix in the --replace_regex template.

Branch metadata

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