lp:~maria-captains/maria/maria-5.1-virtualcolumns

Created by Oleksandr "Sanja" Byelkin and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/maria-5.1-virtualcolumns
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

2721. By Oleksandr Byelkin <sanja@sanja-laptop>

virtual column test suite (to test)

2720. By Oleksandr Byelkin <sanja@sanja-laptop>

Virtual column patch (to test).

2719. By Kristian Nielsen

Add a new variant of dlclose() Valgrind suppressions to fix a Buildbot issue.

2718. By Kristian Nielsen

Add a new variant of dlclose() Valgrind suppressions to fix a Buildbot issue.

2717. By Kristian Nielsen

Merge XtraDB 6 with latest MariaDB 5.1

2716. By Kristian Nielsen

Solaris 10 build script fixes by Toby Thain.

Added build scripts for 32 bit x86 architecture on Solaris.
Renamed some scripts for consistency.
Changed to dynamic linking of libgcc.

2715. By Michael Widenius

Added MY_CS_NONASCII marker for character sets that are not compatible with latin1 for characters 0x00-0x7f
This allows us to skip and speed up some very common character converts that MySQL is doing when sending data to the client
and this gives us a nice speed increase for most queries that uses only characters in the range 0x00-0x7f.

This code is based on Alexander Barkov's code that he has done in MySQL 6.0

2714. By Michael Widenius

Changed default thread stack to 288K to get better memory missalignment between stacks of different threads (should speed up things) and to get a bit extra safety.
In maria_open(), don't allocate big arrays on stack as this may lead to stack overflow.
This fixes a valgrind warning detected by buildbot

2713. By Michael Widenius

Added some changes inspired by Zardosht Kasheff:
- Added a handler call (prepare_index_scan()) to inform storage engines that an index scan is about to take place.
- Extended the maximun key parts for an index from 16 to 32
- Extended MyISAM and Maria engines to support up to 32 parts

Added checks for return value from ha_index_init()

2712. By Oleksandr "Sanja" Byelkin

Fix of BUG#45632 (http://bugs.mysql.com/bug.php?id=45632) - sharing non default debug settings between sessions. This bugfix proposed by Monty.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
Stacked on:
lp:~maria-captains/maria/5.1-converting
This branch contains Public information 
Everyone can see this information.