lp:~stewart/percona-server/5.1-mysql-branch

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/percona-server/5.1-mysql-branch
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

398. By Stewart Smith

Import Percona Server patch: bug860910.patch

# name : bug860910.patch
# maintainer : Alexey
#
# Fixes LP bug #860910 / MySQL bug #62557
#

397. By Stewart Smith

Import Percona Server patch: warning_fixes.patch

396. By Stewart Smith

Import Percona Server patch: subunit.patch

=== added file 'mysql-test/lib/Subunit.pm'

395. By Stewart Smith

Import Percona Server patch: bug53761.patch

# name : bug53761.patch
# maintainer : Alexey
#
# Backport of the fix for MySQL bug #53761 to 5.1
#

394. By Stewart Smith

Import Percona Server patch: disable_query_cache_28249_test_sporadic_failure.patch

393. By Stewart Smith

Import Percona Server patch: innodb_bug47167_test_fix.patch

392. By Stewart Smith

Import Percona Server patch: bug813587.patch

# name : bug813587.patch
# maintainer : Alexey
#
# Fix for LP bug #813587 / MySQL bug #51196 / MySQL bug #61790
#
# Clear MySQL connection errors in ha_federated::close(), since they
# can affect queries on other tables due to table cache eviction.
#

391. By Stewart Smith

Import Percona Server patch: utf8_general50_ci.patch

# MySQL bug#43593 dump/backup/restore/upgrade tools fails
#
# The patch is intended to help to those users:
# - Having indexes on columns with collations
# utf8_general_ci or ucs2_general_ci
# - Having German letter SHARP S (SZLIG) in these columns
# - Upgrading from MySQL from versions 5.0.x or
# 5.1.23 (and earlier) to version 5.1.24 (and higher).
#
# This patch introduces new collations utf8_general50_ci
# and ucs2_general50_ci which reproduce the "old"
# sorting order provided by pre-5.1.24 versions of xxx_general_ci.
#
# In order to start using new MySQL-5.1.24+ please do the following:
#
# - Start new version of mysqld
# - Convert all affected tables using this query (in case of utf8):
#
# ALTER TABLE t1 CONVERT TO CHARACTER SET utf8 COLLATE utf8_general50_ci;
#
# Or if you need to apply changes per-column level, use this example:
#
# ALTER TABLE t1 MODIFY c1 CHAR(N) CHARACTER SET utf8 COLLATE utf8_general50_ci;
#
# (Make sure you're using the old data type and size,
# NULL/NOT NULL constraints, etc).
#
=== modified file 'mysys/charset-def.c'

390. By Stewart Smith

Import Percona Server patch: slave_timeout_fix.patch

389. By Stewart Smith

Import Percona Server patch: innodb_bug60788.patch

# name : innodb_bug60788.patch
# maintainer : Alexey
#
# Fix for MySQL bug #60788: InnoDB crashes with an assertion failure when
# receiving a signal on pwrite()
#
# Changes InnoDB IO code so that fsync(), pread() and pwrite() are restarted
# when interrupted by a signal.
#

Branch metadata

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

Subscribers