Name Status Project Last Modified Last Commit
lp:~laurynas-biveinis/percona-server/bug1334743-5.6 bug(Has a merge proposal) Development percona-server 2014-07-12 07:41:08 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/bug1360942 bug Development percona-server 2014-09-01 08:10:29 UTC
656. Fix bug 1360942 (Non-ASCII rendering ...

Author: Laurynas Biveinis
Revision Date: 2014-09-01 08:10:29 UTC

Fix bug 1360942 (Non-ASCII rendering of apostrophe in LOCK TABLES FOR
BACKUP error message) by replacing the 'RIGHT SINGLE QUOTATION MARK'
(U+2019) apostrophe in errmsg-utf8.txt with an ASCII one. Update the
testcases.

lp:~laurynas-biveinis/percona-server/bug1361059 bug(Has a merge proposal) Development percona-server 2014-08-25 11:25:30 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/bug1380010 bug(Has a merge proposal) Development percona-server 2014-11-18 12:29:33 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/bug1394967 bug(Has a merge proposal) Development percona-server 2014-11-21 13:16:06 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/bug1395543 bug(Has a merge proposal) Development percona-server 2014-12-04 10:40:34 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/bug1401776 bug(Has a merge proposal) Development percona-server 2014-12-12 07:19:44 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/flush-list-flush-age-based (Linked to a blueprint) Development percona-server 2014-02-21 15:13:23 UTC
545. SAlexey's age-based flush list flushe...

Author: Laurynas Biveinis
Revision Date: 2014-02-21 15:13:23 UTC

SAlexey's age-based flush list flusher trunk merge draft

lp:~laurynas-biveinis/percona-server/memory-valgrind-annotations (Linked to a blueprint)(Has a merge proposal) Development percona-server 2012-05-11 10:31:52 UTC
237. Annotate the MEMORY engine block allo...

Author: Laurynas Biveinis
Revision Date: 2012-05-11 10:31:52 UTC

Annotate the MEMORY engine block allocator for Valgrind.

- Add 10-byte-long redzones before and after each block when compiled
  with Valgrind support. Mark them as inaccessible on block
  allocation.
- Mark block contents as undefined on block deallocation and
  allocation that recycles blocks from the free list.
- Bump block offset link from 1 << 22 to 1 << 31 for fixed-length
  blocks in order to make errorneous accesses crash sooner when
  fixed-length blocks are treated as variable-length.

lp:~laurynas-biveinis/percona-server/merge-5.6.20 (Linked to a blueprint)(Has a merge proposal) Development percona-server 2014-08-11 18:55:31 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/percona-redo Development percona-server 2012-01-11 09:49:52 UTC
18. A SQL script that produces many diffe...

Author: Laurynas Biveinis
Revision Date: 2012-01-11 09:49:52 UTC

A SQL script that produces many different log record types in the log

lp:~laurynas-biveinis/percona-server/percona-server-5.6.20-68.0-73689 bug Development percona-server 2014-12-04 10:55:29 UTC
658. Apply the fix for bug 1395543

Author: Laurynas Biveinis
Revision Date: 2014-12-04 10:55:15 UTC

Apply the fix for bug 1395543

lp:~laurynas-biveinis/percona-server/percona-server-5.6.21-70.0-1390695 bug Development percona-server 2014-11-14 07:13:51 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/percona-server-5.6.21-70.0-73689 Development percona-server 2014-12-04 13:28:12 UTC
690. Apply the fix for 1395543

Author: Laurynas Biveinis
Revision Date: 2014-12-04 13:28:12 UTC

Apply the fix for 1395543

lp:~laurynas-biveinis/percona-server/ps-patched-tokudb Development percona-server 2014-03-26 10:55:26 UTC
529. Cherry-pick merge commit 568 of preli...

Author: Laurynas Biveinis
Revision Date: 2014-03-26 10:55:26 UTC

Cherry-pick merge commit 568 of preliminary lp:~laurynas-biveinis/percona-server/tokudb-clustering-query-opt

lp:~laurynas-biveinis/percona-server/tokudb-non-blocking-optimize (Linked to a blueprint)(Has a merge proposal) Development percona-server 2014-01-21 10:12:02 UTC
535. Add support for storage engines with ...

Author: Laurynas Biveinis
Revision Date: 2014-01-21 10:12:02 UTC

Add support for storage engines with online OPTIMIZE, implementing
https://blueprints.launchpad.net/percona-server/+spec/allow-writes-during-table-optimization.

The implementation is based on a combination of
https://github.com/Tokutek/mysql56/commit/1a321b6ae70f76da3dc76c944014baab2b7ce1ae
and
https://github.com/Tokutek/mysql56/commit/a701cea6de67c713d418a319a6a8486da8e07ff2

It adds a new handler table flag HA_CAN_WRITE_DURING_OPTIMIZE. While
executing OPTIMIZE, after opening the tables, the presence of this
flag is checked and the MDL lock is downgraded from
MDL_SHARED_NO_READ_WRITE to MDL_SHARED_WRITE, and the closing of any
open instances of this table for other connections is skipped.

Adjust handler::ha_optimize() to assert that HA_ADMIN_TRY_ALTER return
value is incompatible with HA_CAN_WRITE_DURING_OPTIMIZE.

Adjust MDL_ticker::downgrade_lock() to allow downgrades from
MDL_SHARED_NO_READ_WRITE.

lp:~laurynas-biveinis/percona-server/tokudb-rfr (Linked to a blueprint)(Has a merge proposal) Development percona-server 2014-10-17 10:37:31 UTC This branch is empty.
lp:~laurynas-biveinis/percona-server/tokudb-upsert (Linked to a blueprint) Development percona-server 2014-01-02 17:25:52 UTC
525. Draft TokuDB NOAR support

Author: Laurynas Biveinis
Revision Date: 2014-01-02 17:24:56 UTC

Draft TokuDB NOAR support

lp:~laurynas-biveinis/percona-server/trunk-free-backoff Development percona-server 2013-10-11 09:28:47 UTC
474. Merge bug 1238039 fix attempt

Author: Laurynas Biveinis
Revision Date: 2013-10-11 09:28:47 UTC

Merge bug 1238039 fix attempt

lp:~laurynas-biveinis/percona-server/valgrind-fixes-5.5 Development percona-server 2014-06-26 09:42:10 UTC
673. Valgrind fix experiment follow-up

Author: Laurynas Biveinis
Revision Date: 2014-06-26 09:42:10 UTC

Valgrind fix experiment follow-up

lp:~lefred/percona-server/release-5.5.33-31.1 Development percona-server 2014-05-09 19:24:45 UTC
571. back-port of audit plugin + cvs outpu...

Author: Fred
Revision Date: 2014-05-09 19:19:27 UTC

back-port of audit plugin + cvs output format supported and used
as default

lp:~longbow/percona-server/ps51_kill_idle_trx (Has a merge proposal) Development percona-server 2011-08-19 16:56:55 UTC
279. Added tests for innodb_kill_idle_tran...

Author: longbow
Revision Date: 2011-08-19 16:56:55 UTC

Added tests for innodb_kill_idle_transaction.patch and added patch to series

lp:~longbow/percona-server/ps51_log_slow_rate_limit bug(Has a merge proposal) Development percona-server 2012-01-02 07:32:21 UTC
414. Added test for log_slow_rate_limit va...

Author: Valentine Gostev
Revision Date: 2012-01-02 07:28:21 UTC

Added test for log_slow_rate_limit variable

lp:~longbow/percona-server/ps55_kill_idle_trx (Has a merge proposal) Development percona-server 2011-08-20 13:08:47 UTC
153. Added tests for innodb_kill_idle_tran...

Author: longbow
Revision Date: 2011-08-20 13:08:47 UTC

Added tests for innodb_kill_idle_transaction.patch and added patch to series

lp:~longbow/percona-server/ps55_log_slow_rate_limit bug(Has a merge proposal) Development percona-server 2011-08-22 22:10:41 UTC
155. Added functional test for log_slow_ra...

Author: Valentine Gostev
Revision Date: 2011-08-22 22:10:41 UTC

Added functional test for log_slow_rate_limit

lp:~longbow/percona-server/test51_bug832679 bug Development percona-server 2011-08-26 01:45:23 UTC
280. percona_misc_row_search_error test ad...

Author: Valentine Gostev
Revision Date: 2011-08-26 01:45:23 UTC

percona_misc_row_search_error test added for bug 832679

lp:~longbow/percona-server/test51_innodb_fake_changes_select Development percona-server 2011-08-22 01:19:22 UTC
279. Added test for innodb_fake_changes

Author: longbow
Revision Date: 2011-08-22 01:17:37 UTC

Added test for innodb_fake_changes

lp:~longbow/percona-server/test51_log_slow_global_control_default bug Development percona-server 2011-08-22 23:06:25 UTC
279. Added test to check that use_global_l...

Author: Valentine Gostev
Revision Date: 2011-08-22 23:05:50 UTC

Added test to check that use_global_log_slow_control has default value

lp:~longbow/percona-server/test51_percona_features bug Development percona-server 2011-08-27 03:48:08 UTC
280. Added test percona_features_enabled.test

Author: Valentine Gostev
Revision Date: 2011-08-27 02:10:31 UTC

Added test percona_features_enabled.test

lp:~longbow/percona-server/test55_691404 bug Development percona-server 2011-08-20 21:33:13 UTC
153. Added test for bug 691404

Author: longbow
Revision Date: 2011-08-20 21:33:13 UTC

Added test for bug 691404

lp:~longbow/percona-server/test_716210 Development percona-server 2011-08-20 16:30:19 UTC
279. Added test for bug 716210

Author: longbow
Revision Date: 2011-08-20 16:28:53 UTC

Added test for bug 716210

lp:~longbow/percona-server/test_730173_5.1 bug Development percona-server 2012-01-02 03:46:22 UTC
414. Added test for bug 730173

Author: Valentine Gostev
Revision Date: 2012-01-02 03:40:27 UTC

Added test for bug 730173

lp:~longbow/percona-server/test_730173_5.5 bug Development percona-server 2012-01-02 04:00:29 UTC
201. Added test for bug 730173

Author: Valentine Gostev
Revision Date: 2012-01-02 03:57:26 UTC

Added test for bug 730173

lp:~lp-dev-merge-bot/percona-server/staging-5.1 Development percona-server 2014-12-18 14:58:20 UTC
627. Merge lp:~hrvojem/percona-server/bug1...

Author: Jenkins Master
Revision Date: 2014-12-18 14:58:20 UTC

Merge lp:~hrvojem/percona-server/bug1218767-5.1
http://jenkins.percona.com/job/merge-PS-5.1-docs-kickoff/32/

lp:~lp-dev-merge-bot/percona-server/staging-5.5 Development percona-server 2015-01-22 10:19:51 UTC
729. Merge lp:~hrvojem/percona-server/bug1...

Author: Jenkins Master
Revision Date: 2015-01-22 10:19:51 UTC

Merge lp:~hrvojem/percona-server/bug1406482-5.5
http://jenkins.percona.com/job/merge-PS-5.5-docs-kickoff/69/

lp:~lp-dev-merge-bot/percona-server/staging-5.6 Development percona-server 2015-02-06 14:26:54 UTC
737. Merge lp:~hrvojem/percona-server/rn-5...

Author: Jenkins Master
Revision Date: 2015-02-06 14:26:54 UTC

Merge lp:~hrvojem/percona-server/rn-5.6.22-72.0-5.6
http://jenkins.percona.com/job/merge-PS-5.6-docs-kickoff/73/

lp:~percona-core/percona-server/5.5.30-30.2-memory-diagnostics Development percona-server 2013-04-25 09:15:39 UTC
503. Added innodb_read_views_memory and in...

Author: Alexey Kopytov
Revision Date: 2013-04-25 09:07:23 UTC

Added innodb_read_views_memory and innodb_descriptors_memory status variables.

lp:percona-server/5.6
Series: 5.6
(Linked to a blueprint) Development percona-server 2015-02-13 06:15:23 UTC
743. Automerge lp:~vlad-lesin/percona-serv...

Author: Laurynas Biveinis
Revision Date: 2015-02-13 06:15:23 UTC

Automerge lp:~vlad-lesin/percona-server/5.6-bug-1354988

lp:~percona-core/percona-server/5.6-553-bug-1351148 bug(Has a merge proposal) Development percona-server 2014-09-29 09:32:00 UTC
554. Bug #1351128 fix. The bug's summary:...

Author: Vlad Lesin
Revision Date: 2014-09-29 09:04:20 UTC

Bug #1351128 fix.

The bug's summary:

1) The value in pins->stack_ends_here is actually incorrect. This value is
calculated when the thread is initialized in my_thread_init(). The problem is
that the value doesn't take into account existing stack usage and just adds the
thread stack size to calculate the beginning of the stack.

2) _lf_pinbox_real_free() is using alloca() in a very unsafe way. alloca()
should only be used by leaf functions, since you cannot predict the amount of
stack space that non-leaf functions will use. As pins->stack_ends_here is
calculated in wrong way and there is no window for the qsort() which is invoked
from _lf_pinbox_real_free() after alloca(), stack overflow can take place.

The solution:

1) Take into accout the current stack offset when stack size is calculated
in my_thread_init();

2) Don't allocate the whole free stack space in _lf_pinbox_real_free(),
take some window for qsort();

lp:~percona-core/percona-server/5.6-pre-null-merge Development percona-server 2013-03-05 12:26:18 UTC
317. Merge lp:~stewart/percona-server/5.6-...

Author: <email address hidden>
Revision Date: 2013-02-26 18:14:16 UTC

Merge lp:~stewart/percona-server/5.6-innodb-fast-checksum

lp:~percona-core/percona-server/PS-5.6.17-66.0-trusty-packaging Development percona-server 2014-06-26 21:15:35 UTC This branch is empty.
lp:~percona-core/percona-server/debian Development percona-server 2014-09-09 17:46:59 UTC
626. Fixed .lintian-overrides files to onl...

Author: George Ormond Lorch III
Revision Date: 2014-09-09 17:46:59 UTC

Fixed .lintian-overrides files to only override actual upstream/unfixable/false positives.
Removed empty percona-server-common package and redirected dependency to mysql-common.
Removed empty package source files.

lp:~percona-core/percona-server/mysql-5.5-32405 Development percona-server 2013-08-13 15:49:39 UTC
4350. Include <dlfcn.h> in .c files which r...

Author: Ignacio Nin
Revision Date: 2013-08-13 15:49:39 UTC

Include <dlfcn.h> in .c files which require it

Some files use dlopen(3) without including dlfcn.h, which causes trouble
when building with -DHAVE_DLOPEN=0

lp:~percona-core/percona-server/percona-server-5.5.27-fusion-io-atomic Development percona-server 2012-09-24 22:32:59 UTC
300. Fusion-io atomic writes patch

Author: Vadim Tkachenko
Revision Date: 2012-09-24 22:19:55 UTC

Fusion-io atomic writes patch

lp:~percona-core/percona-server/percona-server-5.6-unibuild Development percona-server 2014-08-08 07:51:59 UTC This branch is empty.
lp:~percona-core/percona-server/release-5.1.69-14.7 bug(Has a merge proposal) Development percona-server 2013-06-12 17:52:05 UTC
573. Fix version of MySQL to read 5.1.69 i...

Author: Ignacio Nin
Revision Date: 2013-06-12 17:50:37 UTC

Fix version of MySQL to read 5.1.69 instead of 5.1.70

The version string is formed by the package @VERSION@ at configure.in,
which for this release reads 5.1.70 instead of the correct 5.1.69 value.
Push this version back to 5.1.69

lp:~percona-core/percona-server/release-5.1.70-14.8 (Has a merge proposal) Development percona-server 2013-07-17 15:31:57 UTC
582. Merge added parameters to build-binar...

Author: Ignacio Nin
Revision Date: 2013-07-17 15:31:57 UTC

Merge added parameters to build-binary.sh

lp:~percona-core/percona-server/release-5.1.71-14.9 (Has a merge proposal) Development percona-server 2013-10-16 21:54:24 UTC
590. Merge the fix for bug lp:1186155

Author: Ignacio Nin
Revision Date: 2013-10-16 21:54:24 UTC

Merge the fix for bug lp:1186155

lp:~percona-core/percona-server/release-5.5.23-26.0 Development percona-server 2012-05-18 15:00:03 UTC
246. Add pam-devel to RPM requirements

Author: Ignacio Nin
Revision Date: 2012-05-18 15:00:03 UTC

Add pam-devel to RPM requirements

lp:~percona-core/percona-server/release-5.5.30-30.2 (Has a merge proposal) Development percona-server 2013-05-13 20:39:04 UTC
504. Merge fix for bug #1174426

Author: Ignacio Nin
Revision Date: 2013-05-13 20:39:04 UTC

Merge fix for bug #1174426

lp:~percona-core/percona-server/release-5.5.32-31.0 (Has a merge proposal) Development percona-server 2013-07-17 17:46:47 UTC
552. Merge added parameters to build-binar...

Author: Ignacio Nin
Revision Date: 2013-07-17 17:46:47 UTC

Merge added parameters to build-binary.sh

lp:~percona-core/percona-server/release-5.5.33-31.1 (Has a merge proposal) Development percona-server 2013-10-16 22:08:05 UTC
570. Merge fix for bug lp:1186155

Author: Ignacio Nin
Revision Date: 2013-10-16 22:08:05 UTC

Merge fix for bug lp:1186155

lp:~percona-core/percona-server/release-5.5.34-32.0 Development percona-server 2013-10-25 07:45:43 UTC
591. Build 5.5.34-32.0 release

Author: Alexey Bychko
Revision Date: 2013-10-25 07:45:43 UTC

Build 5.5.34-32.0 release

lp:~percona-core/percona-server/release-5.5.35-33.0 Development percona-server 2013-12-18 12:59:40 UTC
611. Percona Server 5.5.35 release 33.0

Author: Alexey Bychko
Revision Date: 2013-12-18 12:59:54 UTC

Percona Server 5.5.35 release 33.0

lp:~percona-core/percona-server/release-5.6.13-61.0 (Has a merge proposal) Development percona-server 2013-10-16 22:22:31 UTC
462. Merge fix for bug lp:1186155

Author: Ignacio Nin
Revision Date: 2013-10-16 22:22:31 UTC

Merge fix for bug lp:1186155

lp:~percona-core/percona-server/release-5.6.14-62.0 (Has a merge proposal) Development percona-server 2013-10-25 05:37:25 UTC
483. Build 5.6.14 release 62.0

Author: Alexey Bychko
Revision Date: 2013-10-25 05:37:25 UTC

Build 5.6.14 release 62.0

lp:~percona-core/percona-server/release-5.6.15-63.0 Development percona-server 2013-12-18 10:58:17 UTC
519. Percona Server 5.6.15 release 63.0

Author: Alexey Bychko
Revision Date: 2013-12-18 10:58:26 UTC

Percona Server 5.6.15 release 63.0

lp:~percona-core/percona-server/release-5.6.5-60.0 (Has a merge proposal) Development percona-server 2012-08-09 06:51:32 UTC
269. some documentation updates for Percon...

Author: Stewart Smith
Revision Date: 2012-08-09 05:24:14 UTC

some documentation updates for Percona Server 5.6: include only RN for 5.6, add a warning about alpha quality software

lp:~percona-core/percona-server/release-5.6.6-60.1 (Has a merge proposal) Development percona-server 2012-08-29 18:40:32 UTC
285. Update files in deb packaging Update...

Author: Ignacio Nin
Revision Date: 2012-08-29 18:40:32 UTC

Update files in deb packaging

Update the debian packaging to include new files in 5.6 release.

lp:~percona-core/percona-server/t12 Development percona-server 2013-10-11 04:08:06 UTC This branch is empty.
lp:~percona-core/percona-server/t12-crash-safe-slave (Has a merge proposal) Development percona-server 2013-10-11 20:55:35 UTC This branch is empty.
lp:~percona-core/percona-server/t12-ipv6-functions (Has a merge proposal) Development percona-server 2013-10-15 18:37:51 UTC This branch is empty.
lp:~percona-core/percona-server/t12-qa Development percona-server 2013-10-15 18:20:17 UTC This branch is empty.
lp:percona-server/upstream-5.0
Series: upstream-5.0
Development percona-server 2012-08-17 00:21:12 UTC
2928. merge

Author: Mattias Jonsson
Revision Date: 2011-12-14 13:05:22 UTC

merge

lp:~percona-dev/percona-server/5.1-bug758788 Development percona-server 2011-08-22 07:59:36 UTC
279. fix bug758788

Author: kinoyasu
Revision Date: 2011-08-22 07:57:02 UTC

fix bug758788

lp:~percona-dev/percona-server/5.1-bug758788-trial2 bug Development percona-server 2011-10-20 10:26:47 UTC
283. avoid to count self foreign key at di...

Author: kinoyasu
Revision Date: 2011-10-20 10:26:47 UTC

avoid to count self foreign key at dict_table_LRU_trim()

lp:~percona-dev/percona-server/5.1-innodb_extend_slow-overflows_fix Development percona-server 2011-03-24 15:23:21 UTC
216. fix overflows in innodb_extend_slow.p...

Author: Oleg Tsarev
Revision Date: 2011-03-24 15:22:51 UTC

fix overflows in innodb_extend_slow.patch

lp:~percona-dev/percona-server/5.1-kill_idle_transaction-innodb_fake_changes bug(Linked to a blueprint)(Has a merge proposal) Development percona-server 2011-10-13 09:49:51 UTC
283. fix bug871722

Author: kinoyasu
Revision Date: 2011-10-13 06:24:19 UTC

fix bug871722

lp:percona-server/release-5.1.54-12 bug Development percona-server 2011-02-09 09:01:19 UTC
195. fix bug602047; fix SYS_STATS bug mayb...

Author: kinoyasu
Revision Date: 2011-02-09 09:01:19 UTC

fix bug602047; fix SYS_STATS bug maybe at #13101

lp:~percona-dev/percona-server/5.1.54-move-and-simplify-innodb_deadlock_count-tests (Has a merge proposal) Development percona-server 2011-05-24 16:43:17 UTC
191. Move mysql-test/percona_innodb_deadlo...

Author: Oleg Tsarev
Revision Date: 2011-05-24 16:43:17 UTC

Move mysql-test/percona_innodb_deadlock_count.* (tests for patch innodb_deadlock_count.patch)
This is simplifing test porting between branches

Also simplify innodb_deadlock_count.test

lp:~percona-dev/percona-server/5.1.54-mysql-syslog Development percona-server 2011-01-07 16:10:15 UTC
190. propogate mysql-syslog patch (updated...

Author: Oleg Tsarev
Revision Date: 2011-01-07 16:09:46 UTC

propogate mysql-syslog patch (updated by Oleksandr Byelkin)

lp:~percona-dev/percona-server/5.1.56-expand_pass_corrupt_table Development percona-server 2011-04-25 05:37:09 UTC
225. expand innodb_pass_corrupt_table, 2: ...

Author: kinoyasu
Revision Date: 2011-04-25 05:35:55 UTC

expand innodb_pass_corrupt_table, 2: readonly for not-corrupted index, 3: readonly whole for salvage like force_recovery=1

lp:~percona-dev/percona-server/5.1.57-12-rnt Development percona-server 2011-06-14 01:48:18 UTC
171. port to 5.1.57

Author: Oleg Tsarev
Revision Date: 2011-06-14 01:33:45 UTC

port to 5.1.57

lp:~percona-dev/percona-server/5.1.57-innodb_fake_changes (Has a merge proposal) Development percona-server 2011-06-01 12:10:49 UTC
232. innodb_fake_changes.patch is added

Author: kinoyasu
Revision Date: 2011-06-01 12:10:04 UTC

innodb_fake_changes.patch is added

lp:~percona-dev/percona-server/5.1.57-partially-ported Development percona-server 2011-05-10 00:07:45 UTC
225. Patches ported to 5.1.57 ATTENTION, A...

Author: Oleg Tsarev
Revision Date: 2011-05-10 00:07:01 UTC

Patches ported to 5.1.57
ATTENTION, ATTENTION, ATTENTION
!!!
Some parts of innodb_split_buf_pool_mutex.patch was removed (for apply another patches)
You should revert changes in this commit from patch and do their right

!!!
innodb_lru_dump_restore.patch has some changes, what should be reviewed

!!!
mysql-test.diff - I removed part for "mysql-test/include/mtr_warnings.sql", should be restored and fixed

All other looks fine.

UNFORTUNATELY, MYSQL DOESN'T BUILD (Compilation error in InnoDB).

ATTENTION, ATTENTION, ATTENTION

lp:~percona-dev/percona-server/5.1.59-innodb_log_archiving Development percona-server 2011-10-21 04:16:10 UTC
327. innodb_log_archiving_experimental.pat...

Author: kinoyasu
Revision Date: 2011-10-21 04:14:54 UTC

innodb_log_archiving_experimental.patch is added

lp:~percona-dev/percona-server/5.1_slow_extended_tests_fixes Development percona-server 2011-07-13 11:48:22 UTC
251. 1) Move all tests from mysql-test/slo...

Author: Oleg Tsarev
Revision Date: 2011-07-13 11:36:24 UTC

1) Move all tests from mysql-test/slow_extended.patch to slow_extended.patch.
Now tests in "percona" suite
2) Rename all tests from percoa_slow_extended-X to X name
3) Extract start/stop/grep logic from tests to log_start/log_stop/log_grep includes
4) Remove tests mysql-test/slow_extended.patch/percona_slow_extended-use_global_long_query_time, because variable "use_global_long_query_time" was removed in 5.5 (and logic from this test) available in the slow_query_log_use_global_control.
5) Replace all SLEEP(X) by SET SESSION debug="+d,query_exec_time_X" or /* query_exec_time_X */
Also fixes bugs:
bug #794780 - "percona_slow_extended-microseconds_in_slow_extended sometimes fails"
bug #803071 - "add command-line variable setup test - log_slow_filter"
bug #803076 - "add command-line variable setup test - log_slow_slave_statements"
bug #803088 - "fix tests for log_slow_sp_statements:
bug #803093 - "add test for variable "log_slow_timestamp_every/slow_query_log_timestamp_always" (not command-line version)"
bug #803100 - "fix tests for use_global_log_slow_control/slow_query_log_use_global_control"
bug #803110 - "fix tests for slow_query_log_microseconds_timestamp/slow_query_log_timestamp_precision"
bug #803120 - "log_slow_verbosity ommited command-line tests in 5.5 "
bug #803137 - "rename percona_slow_extended-slave_innodb_stats.test to percona_slow_extended-log_slow_verbosity-innodb.test"
bug #760085 - "main.percona_slow_extended-slave_innodb_stats fails sporadically in 5.1.56 "
bug #803140 - "percona_slow_extended-min_examined_row_limit.test incorrect"

lp:~percona-dev/percona-server/5.5-bug758788 Development percona-server 2011-08-22 07:59:58 UTC
153. fix bug758788

Author: kinoyasu
Revision Date: 2011-08-22 07:58:27 UTC

fix bug758788

lp:~percona-dev/percona-server/5.5.10 Development percona-server 2011-04-12 13:23:05 UTC
95. Merge from release branch Include ch...

Author: Ignacio Nin
Revision Date: 2011-04-12 13:23:05 UTC

Merge from release branch

Include changes from release branch in main branch. This includes
HandlerSocket and the UDF functions.

lp:~percona-dev/percona-server/5.5.10-oleg Development percona-server 2011-03-20 21:19:35 UTC
89. port to 5.5.10 except: innodb_split_b...

Author: Oleg Tsarev
Revision Date: 2011-03-20 21:17:41 UTC

port to 5.5.10 except:
innodb_split_buf_pool_mutex.patch
innodb_stats.patch
innodb_admin_command_base.patch
innodb_show_lock_name.patch
innodb_pass_corrupt_table.patch
innodb_fix_misc.patch
innodb_adaptive_hash_index_partitions.patch
innodb_buffer_pool_pages_i_s.patch
innodb_buffer_pool_shm.patch

Not ported patches excluded from series

lp:~percona-dev/percona-server/5.5.11-756781 bug(Has a merge proposal) Development percona-server 2011-04-21 16:17:35 UTC
109. Temporary disable test rpl.rpl_slave_...

Author: Oleg Tsarev
Revision Date: 2011-04-21 16:15:52 UTC

Temporary disable test rpl.rpl_slave_load_remove_tmpfile
See #756781 and http://bugs.mysql.com/bug.php?id=60044

lp:~percona-dev/percona-server/5.5.11-fix-bug-758934 bug(Has a merge proposal) Development percona-server 2011-04-20 15:40:54 UTC
112. just fix not needed changes

Author: Oleg Tsarev
Revision Date: 2011-04-20 15:40:54 UTC

just fix not needed changes

lp:~percona-dev/percona-server/5.5.11-fix-bug-764152 bug(Has a merge proposal) Development percona-server 2011-04-21 16:04:58 UTC
112. remove excess patch

Author: Oleg Tsarev
Revision Date: 2011-04-21 16:04:58 UTC

remove excess patch

lp:~percona-dev/percona-server/5.5.11-fix-bug-innodb_mysql_sync bug(Has a merge proposal) Development percona-server 2011-04-20 12:34:20 UTC
109. fix bug #758917, mysql bug http://lis...

Author: Oleg Tsarev
Revision Date: 2011-04-20 12:10:05 UTC

fix bug #758917, mysql bug http://lists.mysql.com/commits/134905

lp:~percona-dev/percona-server/5.5.16-innodb_expands_flush Development percona-server 2011-09-22 06:30:58 UTC
149. add innodb_expands_flush.patch

Author: kinoyasu
Revision Date: 2011-09-22 06:30:02 UTC

add innodb_expands_flush.patch

lp:~percona-dev/percona-server/5.5.22-l2-cache Development percona-server 2012-05-06 05:15:28 UTC
238. patched ssd-cache patch

Author: Vadim Tkachenko
Revision Date: 2012-05-06 05:08:43 UTC

patched ssd-cache patch

lp:~percona-dev/percona-server/5.5.4-overwrite Development percona-server 2010-04-21 17:49:49 UTC
1. import of overwrite_relay_log.patch

Author: Vadim Tkachenko
Revision Date: 2010-04-21 17:49:14 UTC

import of overwrite_relay_log.patch

lp:~percona-dev/percona-server/5.5.8-print-lru-stats Development percona-server 2010-12-31 01:57:32 UTC
34. added patch to LRU_flushed stats into...

Author: Vadim Tkachenko
Revision Date: 2010-12-31 01:56:55 UTC

added patch to LRU_flushed stats into SHOW STATUS

lp:~percona-dev/percona-server/5.5.8-show-LRU-flushed Development percona-server 2011-01-06 23:23:26 UTC
39. Added innodb_buffer_pool_pages_LRU_fl...

Author: Vadim Tkachenko
Revision Date: 2011-01-06 23:22:29 UTC

Added innodb_buffer_pool_pages_LRU_flushed to SHOW status
to show how many pages flushed via LRU_list

lp:~percona-dev/percona-server/bug592365 bug Development percona-server 2011-03-30 11:52:08 UTC
119. Merge 5.5.10

Author: Laurynas Biveinis
Revision Date: 2011-03-30 11:52:08 UTC

Merge 5.5.10

lp:~percona-dev/percona-server/dynamic-heap (Has a merge proposal) Development percona-server 2011-06-06 10:18:54 UTC
113. Port the dynamic VARCHAR/HEAP support...

Author: Laurynas Biveinis
Revision Date: 2011-06-06 10:18:54 UTC

Port the dynamic VARCHAR/HEAP support in MEMORY storage engine from
https://code.launchpad.net/~percona-dev/percona-server/mysql-55-eb

lp:~percona-dev/percona-server/experimental-atomic-write Development percona-server 2012-05-05 00:31:56 UTC
238. Introduce atomic write

Author: root
Revision Date: 2012-05-05 00:13:49 UTC

Introduce atomic write

lp:~percona-dev/percona-server/fb_changes_auto_lru_dump bug(Has a merge proposal) Development percona-server 2011-01-12 17:45:39 UTC
190. Merged Facebook's changes to innodb_l...

Author: Alexey Kopytov
Revision Date: 2011-01-12 17:45:39 UTC

Merged Facebook's changes to innodb_lru_dump_restore.patch:

LRU is dumped to a temporary file first to avoid partially written files
in backups or in case of a crash.

Release the LRU mutex while doing memset and file IO. Should mimimize
the impact on the host during scheduled LRU dump. Basic detection of
LRU cycling should the next page to dump be put back at the head of the
LRU during the unlocked window.

Added option innodb_lru_dump_old_pages to control whether old pages are
included in the LRU dump. The default is to only dump young pages.

Added option innodb_lru_load_max_entries specifying the maximum number
of LRU entries to restore. The default is 512k entries (8GB).
Consecutive pages are merged and only count as one, so you will probably
load more pages than this number of LRU entries.

Switched to writing out LRU in priority order.

Load in LRU priority order, but always merge consecutive pages.

Add status vars for LRU restore progress: lru_restore_total_pages and
lru_restore_loaded_pages.

Added restore rate limiting (restore no more than innodb_io_capacity
pages per second). In my testing, a value of 5000 is fine for a
pre-up-ip warmup, but this should be reduced to 500 before serving
traffic to ensure adequate IO capacity is available for foreground
threads.

lp:~percona-dev/percona-server/hs-patch Development percona-server 2010-12-07 20:04:58 UTC
160. fixed the malformed patch

Author: Aleksandr Kuzminsky
Revision Date: 2010-12-07 20:04:58 UTC

fixed the malformed patch

lp:~percona-dev/percona-server/mysql-55-eb bug Development percona-server 2011-08-25 05:33:24 UTC
3494. Portability fixes for dynamic MEMORY ...

Author: Laurynas Biveinis
Revision Date: 2011-08-25 05:33:24 UTC

Portability fixes for dynamic MEMORY testsuite:

- Split out two checks from the heap_bug784464 test into two new
tests: heap_bug784464_32bit and heap_bug784464_64bit. This was
necessary as the logic for determining if the variable row format is
beneficial for a given schema considers the fixed and variable chunk
sizes in bytes, which are platform-specific.

- Mask platform-specific values in the test outputs.

lp:~percona-dev/percona-server/percona-playback Development percona-server 2011-03-05 09:14:09 UTC This branch has not been pushed to yet.
lp:~percona-dev/percona-server/percona-server-5.5-xtrabackup Development percona-server 2011-11-17 11:25:30 UTC
90. Post install messages update Update ...

Author: Ignacio Nin
Revision Date: 2011-03-13 19:52:37 UTC

Post install messages update

Update the messages that appear after installation of the package.

lp:~percona-dev/percona-server/percona-server-5.5.28-l2cache Development percona-server 2012-10-25 18:17:43 UTC
333. Added l2cache file

Author: Vadim Tkachenko
Revision Date: 2012-10-25 18:09:01 UTC

Added l2cache file

lp:~percona-dev/percona-server/percona-server-galera-5.5.15 Development percona-server 2011-10-10 01:38:18 UTC
3482. merge from upstream

Author: root
Revision Date: 2011-10-10 01:38:18 UTC

merge from upstream

lp:~percona-dev/percona-server/porting-5.5.6-yasufumi Development percona-server 2010-12-01 13:34:51 UTC
6. fixed based on performance tests

Author: kinoyasu
Revision Date: 2010-12-01 13:34:51 UTC

fixed based on performance tests

201300 of 1020 results