branches with status:
Name Status Last Modified Last Commit
lp:~raghavendra-prabhu/randgen/pxc 1 Development 2014-09-05 04:04:35 UTC
973. Fix passing of options

Author: Raghavendra D Prabhu
Revision Date: 2014-09-05 04:04:35 UTC

Fix passing of options

lp:~raghavendra-prabhu/percona-xtradb-cluster/trunk-next-24 1 Development 2013-09-30 16:38:59 UTC
518. Merge PS 5.5 upto revno 578

Author: Raghavendra D Prabhu
Revision Date: 2013-09-30 16:34:07 UTC

Merge PS 5.5 upto revno 578

lp:~raghavendra-prabhu/percona-xtradb-cluster/trunk-next 1 Development 2013-09-30 13:25:08 UTC
516. Merge changes from trunk

Author: Raghavendra D Prabhu
Revision Date: 2013-09-30 13:25:08 UTC

Merge changes from trunk

lp:~raghavendra-prabhu/percona-xtradb-cluster/5.6 bug 1 Development 2013-09-26 14:10:10 UTC
444. Updated build-rpm.sh

Author: Raghavendra D Prabhu
Revision Date: 2013-09-26 14:10:10 UTC

Updated build-rpm.sh

lp:~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.32 1 Development 2013-07-09 18:49:56 UTC
453. Fixed the script

Author: Raghavendra D Prabhu
Revision Date: 2013-07-09 18:49:56 UTC

Fixed the script

lp:~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.31-2 bug 1 Development 2013-06-06 19:29:50 UTC
418. Bug#1182441: Fix the conflict between...

Author: Raghavendra D Prabhu
Revision Date: 2013-06-06 18:35:30 UTC

Bug#1182441: Fix the conflict between WSREP and XtraDB headers.

This commit fixes the conflict between TRX_SYS_WSREP_XID_INFO and
TRX_SYS_MYSQL_MASTER_LOG_INFO. Earlier, TRX_SYS_MYSQL_MASTER_LOG_INFO
was reusing the co-ordinate position of TRX_SYS_MYSQL_MASTER_LOG_INFO.
This didn't conflict in case of vanilla MySQL. However, this conflicted
in XtraDB since TRX_SYS_MYSQL_MASTER_LOG_INFO is also used in trx_sys
headers for crash resistant replication. This affected PXC only when
PXC node was reused as an async slave to a MySQL master. This fix
moves TRX_SYS_WSREP_XID_INFO to (UNIV_PAGE_SIZE - 3500). This position
shouldn't conflict with others given that total XID size is within 150
bytes.

lp:~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.31-fix 1 Development 2013-06-06 18:35:30 UTC
418. Bug#1182441: Fix the conflict between...

Author: Raghavendra D Prabhu
Revision Date: 2013-06-06 18:35:30 UTC

Bug#1182441: Fix the conflict between WSREP and XtraDB headers.

This commit fixes the conflict between TRX_SYS_WSREP_XID_INFO and
TRX_SYS_MYSQL_MASTER_LOG_INFO. Earlier, TRX_SYS_MYSQL_MASTER_LOG_INFO
was reusing the co-ordinate position of TRX_SYS_MYSQL_MASTER_LOG_INFO.
This didn't conflict in case of vanilla MySQL. However, this conflicted
in XtraDB since TRX_SYS_MYSQL_MASTER_LOG_INFO is also used in trx_sys
headers for crash resistant replication. This affected PXC only when
PXC node was reused as an async slave to a MySQL master. This fix
moves TRX_SYS_WSREP_XID_INFO to (UNIV_PAGE_SIZE - 3500). This position
shouldn't conflict with others given that total XID size is within 150
bytes.

lp:~raghavendra-prabhu/percona-xtradb-cluster/galera-bug1153727 1 Development 2013-05-25 13:27:14 UTC
125. Fixed the crash with accept_handler

Author: Raghavendra D Prabhu
Revision Date: 2013-05-25 13:27:14 UTC

Fixed the crash with accept_handler

lp:~raghavendra-prabhu/percona-xtrabackup/Bug-1182995 (Has a merge proposal) 1 Development 2013-05-22 17:27:41 UTC
608. Bug#1182995: Testcase for Xtrabackup ...

Author: Raghavendra D Prabhu
Revision Date: 2013-05-22 17:17:39 UTC

Bug#1182995: Testcase for Xtrabackup for PXC SST.

This commit adds a test case for Xtrabackup involving SST Basically, .
it starts two servers, does a Xtrabackup SST between them and finally .
checks for galera co-ordinates in the xtrabackup_galera_info file and .
matches it with that in the server .

Few other things fixed include:

a) Correct prefix for galera library.

b) Added a special condition to common.sh to avoid mysql_install_db.

lp:~raghavendra-prabhu/percona-xtradb-cluster/trunk 1 Development 2013-04-18 14:51:42 UTC
386. Merge the 5.5.30 PXC branch into trunk

Author: Raghavendra D Prabhu
Revision Date: 2013-04-18 14:45:16 UTC

Merge the 5.5.30 PXC branch into trunk

lp:~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x bug 1 Development 2013-04-13 12:41:56 UTC
124. Bumped revision to 150. Bumped revis...

Author: Raghavendra D Prabhu
Revision Date: 2013-04-13 12:41:56 UTC

Bumped revision to 150.

Bumped revision to 150 in GALERA-REVISION.

lp:~raghavendra-prabhu/percona-xtradb-cluster/bug-1111672 bug(Has a merge proposal) 1 Development 2013-04-05 18:01:03 UTC
123. Bump the revision to 148. Update GAL...

Author: Raghavendra D Prabhu
Revision Date: 2013-04-05 18:01:03 UTC

Bump the revision to 148.

Update GALERA-REVISION file to reflect the upstream galera revision of 148.

lp:~raghavendra-prabhu/percona-xtradb-cluster/bug-1104977 bug(Has a merge proposal) 1 Development 2013-04-05 15:19:28 UTC
394. Bug#1104977: Fix PXC to be built with...

Author: Raghavendra D Prabhu
Revision Date: 2013-04-05 15:05:13 UTC

Bug#1104977: Fix PXC to be built without builtin yaSSL, and linked
against openSSL.

As per lp:1104977, building with builtin yaSSL presented certain issues, and
we needed to build with openssl. Hence this commit.

Add a -DWITH_SSL=system parameter to cmake so the system openssl is used
instead of the bundled YaSSL implementation.

lp:~raghavendra-prabhu/percona-server/dtrace-fix 1 Development 2013-02-21 08:18:40 UTC
451. Bug#747152: Fix PS build with dtrace....

Author: Raghavendra D Prabhu
Revision Date: 2013-02-21 08:16:39 UTC

Bug#747152: Fix PS build with dtrace.

This patch adds/fixes two things:

1) Fixes the boolean option ENABLE_DTRACE by adding it to CMakeLists.txt, so
that -DENABLE_DTRACE=OFF should work.

2) Fixes the build error with dialog plugin when -DENABLE_DTRACE=ON and DTrace
is present on the system (or systemtap which provides /usr/bin/dtrace).

lp:~raghavendra-prabhu/+junk/percona-server 1 Development 2012-08-19 18:19:41 UTC This branch has not been pushed to yet.
lp:~raghavendra-prabhu/+junk/mysql-server-fallocate 0 Experimental 2012-05-05 17:27:42 UTC
3562. Upstream commit - 05 May 2012

Author: Raghavendra D Prabhu
Revision Date: 2012-05-05 17:27:42 UTC

Upstream commit - 05 May 2012

116 of 16 results