Download project files

How do I verify a download?


1120 of 33 releases

5.5.29-23.7.3 release from the 5.5 series released

Release information
Release notes:

!!! NOTE: upgrading from rhel5 to rhel6 packages on RHEL/CentOS 6 almost certainly will require upgrade of MySQL-client and MySQL-shared/MySQL-shared-compat RPMs as well.

This is a major bugfix release. Fixed since 23.7:

A whole bunch of foreign key issues:
- lp:1078346: SEGV on wsrep_append_foreign_key()
- lp:1089490: non-uniform FK reference can cause slave crash
- lp:1100496: mixed CHAR and VARCHAR columns in foreign key definition makes parallel applying fail
- lp:1117175: foreign Key problem with PXDBC 5.5.29-23.7.1-387
- lp:1130888: cascading FK constraint can cause slave hanging

A whole host of serious bugs:
- lp:1144911: prepared statements could cause node hanging.
- lp:1019473: tables without primary keys could become inconsistent.
- lp:1112514: updates to temporary tables ...

File Description Downloads
download icon mysql-server-wsrep-5.5.29-23.7.3-i386.deb (md5) wsrep-patched mysql-server DEB (32-bit) 165
last downloaded 82 weeks ago
download icon mysql-server-wsrep-5.5.29-23.7.3-amd64.deb (md5) wsrep-patched mysql-server DEB (64-bit) 1,565
last downloaded 83 weeks ago
download icon MySQL-server-5.5.29_wsrep_23.7.3-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 5 (32-bit) 65
last downloaded 188 weeks ago
download icon MySQL-server-5.5.29_wsrep_23.7.3-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 5 (64-bit) 255
last downloaded 106 weeks ago
download icon MySQL-server-5.5.29_wsrep_23.7.3-1.rhel6.i386.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 6 (32-bit) 77
last downloaded 105 weeks ago
download icon MySQL-server-5.5.29_wsrep_23.7.3-1.rhel6.x86_64.rpm (md5) wsrep-patched MySQL-server RPM for RHEL/CentOS 6 (64-bit) 722
last downloaded 107 weeks ago
download icon mysql-5.5.29_wsrep_23.7.3-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 123
last downloaded 83 weeks ago
download icon mysql-5.5.29_wsrep_23.7.3-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 4,369
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 420
last downloaded 79 weeks ago
download icon mysql-5.5.29_wsrep_23.7.3.patch (md5) wsrep-23.7.3 patch for MySQL 5.5.29 240
last downloaded 79 weeks ago
Total downloads: 8,001

5.5.28-23.7 release from the 5.5 series released

Release information
Release notes:

This is a major bugfix and maintenance release. Upgrade recommended.

Fixed:
- foreign keys support (multiple issues)
- thread counter going negative (and ensuing issues, like refusal to start new threads)
- causal reads timeout now returns ER_LOCK_WAIT_TIMEOUT.
- tables without primary key but with unique secondary key could cause crash with parallel applying.
- DDL in multi-statement transaction could cause a crash.
- aborted SELECTs were not automatically retried if aborted by DDL.
- RSU DDL could block.
- pt-table-checksum was not supported.
- CREATE TABLE... AS SELECT was not supported.
- queries were not retried after commit was canceled.
- MySQL slave could fail to start if no wsrep provider was loaded.
- mysqld_safe automatically restarted the node in case of failure.

New:
- a...

File Description Downloads
download icon wsrep_sst_xtrabackup (md5) Updated version of xtrabackup script (for those who have issues with xtrabackup SST) 1,678
last downloaded 65 weeks ago
download icon mysql-server-wsrep-5.5.28-23.7-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 509
last downloaded 86 weeks ago
download icon mysql-server-wsrep-5.5.28-23.7-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 2,504
last downloaded 83 weeks ago
download icon MySQL-server-5.5.28_wsrep_23.7-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 114
last downloaded 66 weeks ago
download icon MySQL-server-5.5.28_wsrep_23.7-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 778
last downloaded 108 weeks ago
download icon mysql-5.5.28_wsrep_23.7-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 64
last downloaded 83 weeks ago
download icon mysql-5.5.28_wsrep_23.7-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 561
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 509
last downloaded 65 weeks ago
download icon mysql-5.5.28_wsrep_23.7.patch (md5) wsrep-23.7 patch for MySQL 5.5.28 208
last downloaded 79 weeks ago
Total downloads: 6,925

5.5.23-23.6 release from the 5.5 series released

Release information
Release notes:

This is a bugfix and maintenance release.
• global trx ID recovery form InnoDB tablespace could break cluster initialization
• foreign keys were unsafe for parallel applying
• varchar keys caused unnecessary certification conflicts (deadlocks)
• closing replaying session could crash the server
• added support for MySQL replication filters
• added wsrep_node_address configuration variable
• added support for wsrep_sst_method=skip
• added support for mysqld_safe to try several cluster addresses from the wsrep_urls list in [mysqld_safe] config section.

About "node list" feature:
wsrep_urls is a mysqld_safe configuration variable and should contain a comma-separated list of wsrep URLs which are tried for liveness by nc. E.g. a node with wsrep_urls=gcomm://node1:port1,gcomm://node2:port2,gc...

File Description Downloads
download icon mysql-server-wsrep-5.5.23-23.6-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 283
last downloaded 77 weeks ago
download icon mysql-server-wsrep-5.5.23-23.6-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 2,608
last downloaded 83 weeks ago
download icon MySQL-server-5.5.23_wsrep_23.6-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 167
last downloaded 84 weeks ago
download icon MySQL-server-5.5.23_wsrep_23.6-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 829
last downloaded 107 weeks ago
download icon mysql-5.5.23_wsrep_23.6-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 96
last downloaded 86 weeks ago
download icon mysql-5.5.23_wsrep_23.6-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 1,417
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 292
last downloaded 79 weeks ago
download icon mysql-5.5.23-galera-23.2.1-i686.tgz (md5) Self-contained quick demo distribution (32-bit). See README-demo 67
last downloaded 83 weeks ago
download icon mysql-5.5.23-galera-23.2.1-x86_64.tgz (md5) Self-contained quick demo distribution (64-bit). See README-demo 339
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 387
last downloaded 79 weeks ago
download icon mysql-5.5.23_wsrep_23.6.patch (md5) wsrep-23.6 patch for MySQL 5.5.23 210
last downloaded 79 weeks ago
Total downloads: 6,695

5.5.23-23.5 release from the 5.5 series released

Release information
Release notes:

This an important bugfix release (security bugs fixed in upstream MySQL) which also adds a number of experimental features.

Bugfixes:
- merged with upstream MySQL 5.5.23 (security bugs fixed in 5.5.22 and 5.5.23)
- IO cache was not reset on trx cleanup if the writeset was empty
- ALTER TABLE RENAME and row deletion could conflict on slave
- slave applier can fail for exceeded max_allowed_packet size
- clustered index not included in key set
- locking session can deadlock multi-master

New experimental features:
- Runtime consistency check support (to be integrated with Percona tools)
- Hard crash recovery support (global transaction ID can be recovered by running 'mysqld --wsrep-recover')
- MyISAM storage engine support (non-deterministic functions unsupported, use wsrep_replicate_myis...

File Description Downloads
download icon mysql-server-wsrep-5.5.23-23.5-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 35
last downloaded 83 weeks ago
download icon mysql-server-wsrep-5.5.23-23.5-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 133
last downloaded 83 weeks ago
download icon MySQL-server-5.5.23_wsrep_23.5-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 54
last downloaded 104 weeks ago
download icon MySQL-server-5.5.23_wsrep_23.5-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 164
last downloaded 188 weeks ago
download icon mysql-5.5.23_wsrep_23.5-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 25
last downloaded 83 weeks ago
download icon mysql-5.5.23_wsrep_23.5-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 140
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 95
last downloaded 79 weeks ago
download icon mysql-5.5.23-galera-23.2.1beta2-i686.tgz (md5) Self-contained quick demo distribution (32-bit). See README-demo 15
last downloaded 83 weeks ago
download icon mysql-5.5.23-galera-23.2.1beta2-x86_64.tgz (md5) Self-contained quick demo distribution (64-bit). See README-demo 42
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 64
last downloaded 79 weeks ago
download icon mysql-5.5.23_wsrep_23.5.patch (md5) wsrep-23.5 patch for MySQL 5.5.23 47
last downloaded 79 weeks ago
Total downloads: 814

5.5.20-23.4 release from the 5.5 series released

Release information
Release notes:

This is a new wsrep patch maintenance release for MySQL 5.5:

- upgraded to MySQL 5.5.20
- upgraded to wsrep API v23
- completed full foreign key support (requires Galera 2.0)
- made wsrep_retry_autocommit a session variable
- fixed a number of possible deadlocks involving MDL
- fixed interference of GRL with slave threads
- fixed replication of view, trigger, event, function and procedure definers
- fixed total order isolation for CREATE...SELECT... statement
- dropped usage of InnoDB drop queue
- fixed slow query logging
- fixed self-crash due to "semaphore wait has lasted > 600 seconds" during rsync SST
- fixed replication of a function call result when called from SELECT
- removed server-level lock for most DDLs
- fixed concurrent DDL processing
- fixed rsync SST when mysqld logs to...

File Description Downloads
download icon mysql-server-wsrep-5.5.20-23.4-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 812
last downloaded 83 weeks ago
download icon mysql-server-wsrep-5.5.20-23.4-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 695
last downloaded 82 weeks ago
download icon MySQL-server-5.5.20_wsrep_23.4-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 59
last downloaded 188 weeks ago
download icon MySQL-server-5.5.20_wsrep_23.4-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 728
last downloaded 188 weeks ago
download icon mysql-5.5.20_wsrep_23.4-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 34
last downloaded 83 weeks ago
download icon mysql-5.5.20_wsrep_23.4-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 173
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 208
last downloaded 79 weeks ago
download icon mysql-5.5.20-galera-23.2.0-i686.tgz (md5) Self-contained quick demo distribution (32-bit). See README-demo 38
last downloaded 83 weeks ago
download icon mysql-5.5.20-galera-23.2.0-x86_64.tgz (md5) Self-contained quick demo distribution (64-bit). See README-demo 94
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 138
last downloaded 79 weeks ago
download icon mysql-5.5.20_wsrep_23.4.patch (md5) wsrep-23.4 patch for MySQL 5.5.20 95
last downloaded 79 weeks ago
Total downloads: 3,074

5.5.17-22.3 release from the 5.5 series released

Release information
Release notes:

This is a new feature and bugfix release of wsrep patch for MySQL-5.5.x series:

New Features:
- Merged with MySQL 5.5.17.
- Updated to wsrep API v22.
- Support for Rolling Schema Upgrade (beta).
- Support for STATEMENT binlog format (beta).

Bugs fixed:
- NULL unique keys cause certification conflict.
- Non-effective UPDATE returns deadlock error.
- Donor thread tried to unlock unlocked global read lock (rsync SST could fail).
- Compatibility with MySQL replication broken.
- Segfault on DDL which cannot be executed.
- Node hangs on wsrep_cluster_address change.
- Node hangs on startup when wsrep_provider is not set.
- 2 bugs in wsrep_sst_mysqldump.
- mysqldamin does not work when node is in not in SYNCED state.
- Crash on ROLLBACK TO SAVEPOINT
- mysqld cleanup procedure segfaults when ...

File Description Downloads
download icon mysql-server-wsrep-5.5.17-22.3-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 81
last downloaded 83 weeks ago
download icon mysql-server-wsrep-5.5.17-22.3-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 181
last downloaded 83 weeks ago
download icon MySQL-server-5.5.17_wsrep_22.3-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 63
last downloaded 188 weeks ago
download icon MySQL-server-5.5.17_wsrep_22.3-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 279
last downloaded 79 weeks ago
download icon mysql-5.5.17_wsrep_22.3-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 58
last downloaded 83 weeks ago
download icon mysql-5.5.17_wsrep_22.3-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 150
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 227
last downloaded 78 weeks ago
download icon mysql-5.5.17-galera-22.1.1-i686.tgz (md5) Self-contained quick demo distribution (32-bit). See README-demo 34
last downloaded 83 weeks ago
download icon mysql-5.5.17-galera-22.1.1-x86_64.tgz (md5) Self-contained quick demo distribution (64-bit). See README-demo 151
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 177
last downloaded 79 weeks ago
download icon mysql-5.5.17_wsrep_22.3.patch (md5) wsrep-22.3 patch for MySQL 5.5.17 94
last downloaded 79 weeks ago
Total downloads: 1,495

5.5.15-21.2 release from the 5.5 series released

Release information
Release notes:

This release fixes crash when adding index to table

File Description Downloads
download icon mysql-5.5.15-galera-21.1.0-x86_64.tgz (md5) Self-contained quick demo distribution (64bit). See README-demo 147
last downloaded 83 weeks ago
download icon mysql-5.5.15-wsrep_21.2-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32bit) 60
last downloaded 83 weeks ago
download icon mysql-5.5.15-wsrep_21.2-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64bit) 149
last downloaded 83 weeks ago
download icon MySQL-server-5.5.15_wsrep_21.2-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM suitable for system-wide install (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 54
last downloaded 188 weeks ago
download icon MySQL-server-5.5.15_wsrep_21.2-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM suitable for system-wide install (64 bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 175
last downloaded 188 weeks ago
download icon README-wsrep (md5) RPM/DEB installation instructions 128
last downloaded 79 weeks ago
download icon mysql-5.5.15-galera-21.1.0-i686.tgz (md5) Self-contained quick demo distribution (32bit). See README-demo 37
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 67
last downloaded 79 weeks ago
download icon mysql-5.5.15-wsrep_21.2.patch (md5) wsrep 21.2 patch for MySQL 5.5.15 139
last downloaded 79 weeks ago
Total downloads: 956

5.5.15-21.1 release from the 5.5 series released

Release information
Release notes:

This is a first GA release in MySQL-5.5-wsrep patch series. Highlights:
 * MySQL 5.5.15
 * wsrep API v21
 * all the features of 5.1.58-21.1 release plus additional bugfixes

File Description Downloads
download icon mysql-5.5.15-wsrep_21.1-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32bit) 19
last downloaded 83 weeks ago
download icon mysql-5.5.15-wsrep_21.1-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64bit) 26
last downloaded 83 weeks ago
download icon MySQL-server-5.5.15_wsrep_21.1-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM suitable for system-wide install (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 25
last downloaded 188 weeks ago
download icon MySQL-server-5.5.15_wsrep_21.1-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM suitable for system-wide install (64 bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 49
last downloaded 188 weeks ago
download icon README-wsrep (md5) RPM/DEB installation instructions 41
last downloaded 79 weeks ago
download icon mysql-5.5.15-galera-21.1.0-i686.tgz (md5) Self-contained quick demo distribution (32bit). See README-demo 8
last downloaded 83 weeks ago
download icon mysql-5.5.15-galera-21.1.0-x86_64.tgz (md5) Self-contained quick demo distribution (64bit). See README-demo 17
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 22
last downloaded 79 weeks ago
download icon mysql-5.5.15-wsrep_21.1.patch (md5) wsrep 21.1 patch for MySQL 5.5.15 27
last downloaded 78 weeks ago
Total downloads: 234

5.5.15-21.1-beta2 release from the 5.5 series released

Release information
Release notes:

The second beta for 5.5 wsrep patch. MySQL version updated to 5.5.15. All but one bugs discovered since the first beta fixed.

DEBs are experimental and should work with stock (5.1) client and library packages.

File Description Downloads
download icon mysql-5.5.15-galera-21.1.0beta2-x86_64.tgz (md5) Self-contained quick demo distribution (64bit). See README-demo 23
last downloaded 83 weeks ago
download icon README-demo (md5) Demo instructions. Demo now is supported only on centos due to libssl.so.6 dependency. Sorry. 31
last downloaded 79 weeks ago
download icon mysql-5.5.15-wsrep_21.1beta2-linux-x86_64.tar.gz (md5) wsrep-patched MySQL binary tarball suitable for system-wide install (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 13
last downloaded 82 weeks ago
download icon mysql-server-wsrep-5.5.15-21.1-beta2-amd64.deb (md5) wsrep-patched MySQL-server DEB suitable for system-wide install (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 18
last downloaded 83 weeks ago
download icon MySQL-server-5.5.15_wsrep_21.1beta2-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM suitable for system-wide install (64 bit). See README-wsrep. Don't forget to download corresponding Galera package from http://launchpad.net/galera 73
last downloaded 188 weeks ago
download icon README-wsrep (md5) RPM/DEB installation instructions 38
last downloaded 79 weeks ago
download icon mysql-5.5.15-wsrep_21.1beta2.patch (md5) wsrep patch for MySQL 5.5.15 32
last downloaded 79 weeks ago
Total downloads: 228

5.1.62-23.4 release from the 5.1 series released

Release information
Release notes:

This is a bugfix and maintenance release.
• updated to MySQL 5.1.62 (security release)
• added wsrep_node_address configuration variable
• added support for wsrep_sst_method=skip
• added support for mysqld_safe to try several cluster addresses from the wsrep_urls list in [mysqld_safe] config section

About "node list" feature:
wsrep_urls is a mysqld_safe configuration variable and should contain a comma-separated list of wsrep URLs which are tried for liveness by nc. E.g. a node with wsrep_urls=gcomm://node1:port1,gcomm://node2:port2,gcomm:// will first try node1:port1, then node2:port2 and if no success, will form a new cluster.

File Description Downloads
download icon mysql-server-wsrep-5.1.62-23.4-i386.deb (md5) wsrep-patched MySQL-server DEB (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 123
last downloaded 82 weeks ago
download icon mysql-server-wsrep-5.1.62-23.4-amd64.deb (md5) wsrep-patched MySQL-server DEB (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 307
last downloaded 78 weeks ago
download icon MySQL-server-wsrep-5.1.62_23.4-1.rhel5.i386.rpm (md5) wsrep-patched MySQL-server RPM (32-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 60
last downloaded 188 weeks ago
download icon MySQL-server-wsrep-5.1.62_23.4-1.rhel5.x86_64.rpm (md5) wsrep-patched MySQL-server RPM (64-bit). See README-wsrep. Don't forget to download corresponding Galera package from https://launchpad.net/galera 318
last downloaded 66 weeks ago
download icon mysql-5.1.62_wsrep_23.4-linux-i686.tar.gz (md5) Generic binary tarball for system-wide install (32-bit) 43
last downloaded 82 weeks ago
download icon mysql-5.1.62_wsrep_23.4-linux-x86_64.tar.gz (md5) Generic binary tarball for system-wide install (64-bit) 161
last downloaded 83 weeks ago
download icon README-wsrep (md5) README about wsrep patch 226
last downloaded 79 weeks ago
download icon mysql-5.1.62_wsrep_23.4.patch (md5) wsrep-23.4 patch for MySQL 5.1.62 126
last downloaded 66 weeks ago
Total downloads: 1,364

1120 of 33 releases