You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:mysql-mmm

There are download files available for mysql-mmm.

mysql-mmm has 6 active reviews. See all merge proposals.

mysql-mmm has 13 active branches owned by 8 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:mysql-mmm
Series: trunk
bug 1 Development 2018-05-05 21:51:16 UTC
150. Release 2.2.2

Author: David Beveridge
Revision Date: 2018-05-05 21:51:16 UTC

Release 2.2.2

lp:~seuis398/mysql-mmm/reliable_virtual_ip (Has a merge proposal) 1 Development 2012-02-07 10:22:38 UTC
149. To make sure vip is assigned exactly,...

Author: SeWoong Jeon
Revision Date: 2012-02-02 09:57:33 UTC

To make sure vip is assigned exactly,
mmm_control executes "vip ping test" and displays the result.
"Net::Ping" is required.

(Ex.) $ mmm_control show
  db01(192.168.56.10) master/ONLINE. Roles: writer(192.168.56.20)/Ping_OK
  db02(192.168.56.11) master/ONLINE. Roles: reader(192.168.56.21)/Ping_Error

lp:~shawx/mysql-mmm/agent_relay_log 1 Development 2012-01-17 23:28:09 UTC
148. Made it so, when the agent is becomin...

Author: shawn
Revision Date: 2012-01-17 23:28:09 UTC

Made it so, when the agent is becoming the writer, we check to see if
the relay_log_pos is changing. If the relay_log_pos is changing that
means that you are still behind master, and it is not a good time to
move the IP addresses over.

This is used for busy mysql servers so that mysql can be a few seconds
behind master, but the relay log is up to the second. This makes it so
we wait up to 30 seconds for the relay log to stop moving before moving
the writer IP over.

lp:~johnf-inodes/mysql-mmm/socket_leak (Has a merge proposal) 1 Development 2011-09-07 05:06:58 UTC
148. Prevent socket leak in checkers A pa...

Author: John Ferlito
Revision Date: 2011-09-07 05:02:31 UTC

Prevent socket leak in checkers

A particular race condition could occur on highly contended servers
which would lead to a socket leak which also manifested as a memory
leak. Once sockets leaked to the system limit connections to MySQL would
fail.

This would happen if the timeout from the ALARM signal handler happened
inside the DBI->connect call. DBI may already have created the socket
but because the signal was raised the socket is never cleaned up.

lp:~gryp/mysql-mmm/mysql-mmm-MoveSlavesMoreConsistent bug 1 Development 2011-05-30 17:59:49 UTC
155. fixed error output

Author: Kenny Gryp
Revision Date: 2011-05-30 17:59:49 UTC

fixed error output

lp:~y-trudeau/mysql-mmm/mysql-mmm-NoKillPassiveOrNoNet bug(Has a merge proposal) 1 Development 2011-05-25 19:38:32 UTC
148. Set return value to 1 to avoid killin...

Author: Yves Trudeau
Revision Date: 2010-11-09 21:21:54 UTC

Set return value to 1 to avoid killing when passive or with network issue

lp:~y-trudeau/mysql-mmm/StartSlaveOnReplFailed 1 Development 2010-09-28 19:32:44 UTC
149. adding the variable auto_start_slave ...

Author: Yves Trudeau
Revision Date: 2010-09-28 19:32:44 UTC

adding the variable auto_start_slave to control the behavior of the slave restart on Replication_fail

lp:~y-trudeau/mysql-mmm/NonBlocking (Has a merge proposal) 1 Development 2010-09-28 18:56:39 UTC
149. tested version, behave as expected

Author: Yves Trudeau
Revision Date: 2010-09-28 18:56:39 UTC

tested version, behave as expected

lp:~tenbrae/mysql-mmm/fix-645460 bug(Has a merge proposal) 1 Development 2010-09-22 18:41:43 UTC
148. fixes bug #645460 -- monitor in PASSI...

Author: Devananda
Revision Date: 2010-09-22 18:39:19 UTC

fixes bug #645460 -- monitor in PASSIVE mode will call _kill_host unnecessarily

lp:~derks/mysql-mmm/init-scripts (Has a merge proposal) 1 Development 2009-12-10 19:43:16 UTC
113. Changing pid_path to /var/run/mysql-m...

Author: BJ Dierkes
Revision Date: 2009-12-10 19:43:16 UTC

Changing pid_path to /var/run/mysql-mmm/mmm_{agent,mon}.pid

lp:~esanya/mysql-mmm/directcall 0 Experimental 2009-11-17 18:40:16 UTC
111. Experimental version which doesn't st...

Author: Ecker Sany
Revision Date: 2009-11-17 18:16:59 UTC

Experimental version which doesn't starts a perl interpreter for each check
script.

The new behaviour can be switched by two new prameters in the files:

  lib/Agent/Helpers.pm
  lib/Agent/Helpers/Actions.pm

Switch both to 0 or both to 1.

lp:~vcs-imports/mysql-mmm/1.2.3 1 Development 2009-05-28 07:27:54 UTC
12. Error checks on role change in agent

Author: maciej.dobrzanski
Revision Date: 2009-05-27 21:42:23 UTC

Error checks on role change in agent

lp:~vcs-imports/mysql-mmm/2.0 1 Development 2009-05-28 07:27:22 UTC
73. mmm2: -added "kill host"-functionality

Author: Pascal Hofmann
Revision Date: 2009-05-27 23:59:35 UTC

mmm2:
-added "kill host"-functionality

113 of 13 results
You can't create new branches for mysql-mmm.