View Git repositories
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-proxy

There are download files available for MySQL Proxy.

MySQL Proxy has 5 active reviews. See all merge proposals.

MySQL Proxy has 39 active branches owned by 17 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:mysql-proxy
Series: trunk
(Linked to a blueprint) 1 Development 2013-12-17 06:42:17 UTC
1245. removed section about Centos 4.3 and ...

Author: Jan Kneschke
Revision Date: 2012-05-25 06:50:13 UTC

removed section about Centos 4.3 and replaced fink by macports

lp:mysql-proxy/0.8
Series: 0.8
2 Mature 2014-08-19 07:21:07 UTC
1315. fixed prototype to match _invalid_par...

Author: Jan Kneschke
Revision Date: 2014-08-19 07:21:07 UTC

fixed prototype to match _invalid_parameter_handler

see http://msdn.microsoft.com/en-us/library/a9yf33zb.aspx

lp:mysql-proxy/0.7 2 Mature 2013-12-17 06:42:18 UTC
708. bumped the version number to 0.7.3 an...

Author: <email address hidden>
Revision Date: 2009-07-10 11:41:54 UTC

bumped the version number to 0.7.3 and updated the NEWS

lp:~sushkov/mysql-proxy/mysql-proxy-packaging 1 Development 2012-08-09 15:50:27 UTC
5. Remove README.TESTS from debian/docs.

Author: Stas Sușcov
Revision Date: 2012-08-09 15:50:27 UTC

Remove README.TESTS from debian/docs.

lp:~miguelaraujo/mysql-proxy/admin-statistics-interface 1 Development 2012-07-27 20:40:25 UTC
1290. - fixed wrong plugin stats structure ...

Author: Miguel Araújo
Revision Date: 2012-07-27 20:40:25 UTC

- fixed wrong plugin stats structure handling:

 - removed plugin_global_stats variable and unnecessary "global scope" functions;
       - added pointer on chassis_plugin_config that points to chassis_plugin_local_stats_t of chassis_plugin structure;
       - now we can access each plugin local stats through chassis_plugin_config;

- code refactoring on setting and getting statistic;
- fixed interface incorrect behaviour on some cases;

lp:~jan-kneschke/mysql-proxy/python-service 1 Development 2012-07-03 11:40:47 UTC
1261. updated _register() parameters after ...

Author: Jan Kneschke
Revision Date: 2012-07-03 11:40:07 UTC

updated _register() parameters after rebase

lp:~jan-kneschke/mysql-proxy/chassis-services 1 Development 2012-07-03 11:28:28 UTC
1257. removed the _unlocked() suffix - a...

Author: Jan Kneschke
Revision Date: 2012-07-03 11:28:28 UTC

removed the _unlocked() suffix

  - all functions need to be locked with a mutex
  - chassis_component_registry_lock()/_unlock()

lp:~jan-kneschke/mysql-proxy/threaded-signal-handling 1 Development 2012-06-12 11:29:26 UTC
1264. fixed build on win32

Author: Jan Kneschke
Revision Date: 2012-06-12 11:29:26 UTC

fixed build on win32

lp:~vinchen13/mysql-proxy/fix_some_bugs 1 Development 2012-02-15 10:09:43 UTC
5. fix the stuck problem when the client...

Author: vinchen
Revision Date: 2012-02-15 10:09:43 UTC

fix the stuck problem when the clients' concurrency too much

  While doing stress testing, 5000 connections execute a short query through proxy constantly,the proxy would have no response after a while. If strace the proxy process, and all the event threads are always logged like this :
      sendto(4, ".", 1, 0, NULL, 0 <unfinished ...>

  The problem come from the function chassis_event_add, and there are too much event when the clients' concurrency too much.
  Now I modified the implement of chassis_event_add by using random num to determin the handle thread's event_base. Moreover, the event base of libevent must be thread-safe.
  So the proxy should depend on libevent which version no less than 2.0(event base is thread safe https://raw.github.com/libevent/libevent/patches-2.0/whatsnew-2.0.txt).

  The problem is critical, and see also in
 http://bugs.mysql.com/bug.php?id=63908&error=no
 http://forums.mysql.com/read.php?146,433299,433299#msg-433299

lp:~vinchen13/mysql-proxy/vintest 1 Development 2012-02-13 02:44:52 UTC This branch has not been pushed to yet.
lp:~nastasi/mysql-proxy/configure.in-fix 1 Development 2012-02-06 10:45:44 UTC
1208. fixed var name for lua libs search

Author: Matteo Nastasi
Revision Date: 2012-02-06 10:45:44 UTC

fixed var name for lua libs search

lp:~ben-kersten/mysql-proxy/packet-empty-set (Has a merge proposal) 1 Development 2010-10-04 00:02:26 UTC
1133. Fixed bug where query status is not s...

Author: Ben Kersten
Revision Date: 2010-10-03 22:59:26 UTC

Fixed bug where query status is not set to error when error packet is preceded by field header packets.

lp:~jan-kneschke/mysql-proxy/fdlimit-int-ranges (Has a merge proposal) 1 Development 2010-09-30 13:27:21 UTC
1132. added a test for chassis_fdlimit_set(...

Author: <email address hidden>
Revision Date: 2010-09-30 13:25:33 UTC

added a test for chassis_fdlimit_set() and check that we don't try to set values what would
be interpreted wrongly

lp:~jan-kneschke/mysql-proxy/packet-tracking-assertions (Has a merge proposal) 1 Development 2010-09-17 14:37:33 UTC
1132. replaced g_error() and g_assert() by ...

Author: <email address hidden>
Revision Date: 2010-09-17 14:24:37 UTC

replaced g_error() and g_assert() by proper error-handling and a debug-message

lp:~jan-kneschke/mysql-proxy/replication (Linked to a blueprint) 1 Development 2010-05-26 13:45:02 UTC
681. added missing Makefile.am for the mas...

Author: <email address hidden>
Revision Date: 2010-05-26 13:45:02 UTC

added missing Makefile.am for the master-plugin

lp:~schuster/mysql-proxy/remove_unix_socket (Has a merge proposal) 1 Development 2010-05-10 12:11:43 UTC
1054. mismerge fixed

Author: Michael Schuster
Revision Date: 2010-05-10 12:11:43 UTC

mismerge fixed

lp:~schuster/mysql-proxy/PR-255-connection-timeout 1 Development 2010-04-26 09:09:27 UTC
1051. codereview comments; minor fixes

Author: Michael Schuster
Revision Date: 2010-04-23 09:29:39 UTC

codereview comments; minor fixes

lp:~schuster/mysql-proxy/negative-clock (Has a merge proposal) 1 Development 2010-02-26 08:14:18 UTC
974. fix copyright (year)

Author: Michael Schuster
Revision Date: 2010-02-26 08:14:18 UTC

fix copyright (year)

lp:~roger-booth/mysql-proxy/laminator (Has a merge proposal) 1 Development 2010-01-11 02:46:16 UTC
945. Fix for Proxy parser.lua MySQL Bug #3...

Author: Roger Booth
Revision Date: 2010-01-11 02:46:16 UTC

Fix for Proxy parser.lua MySQL Bug #36151

lp:~kay-roepke/mysql-proxy/tcmalloc-heap-dump 1 Development 2010-01-08 16:40:31 UTC
939. add preliminary tcmalloc support with...

Author: Kay Roepke
Revision Date: 2010-01-08 16:40:11 UTC

add preliminary tcmalloc support with heap dump on SIGUSR1

lp:~kay-roepke/mysql-proxy/boehm-gc-support 1 Development 2010-01-07 12:45:36 UTC
939. add support for Boehm GC

Author: Kay Roepke
Revision Date: 2010-01-06 17:27:22 UTC

add support for Boehm GC

lp:~schuster/mysql-proxy/filemode (Has a merge proposal) 1 Development 2009-12-09 14:41:41 UTC
923. fix for minor items

Author: Michael Schuster
Revision Date: 2009-12-09 14:41:41 UTC

fix for minor items

lp:~schuster/mysql-proxy/staging2 1 Development 2009-12-03 10:44:46 UTC
922. more review comments

Author: Michael Schuster
Revision Date: 2009-12-03 10:44:46 UTC

more review comments

lp:~kay-roepke/mysql-proxy/win32-env-debug 1 Development 2009-11-27 17:51:28 UTC
924. another try with non-portable legacy api

Author: Kay Roepke
Revision Date: 2009-11-27 17:51:28 UTC

another try with non-portable legacy api

lp:~lmulcahy/mysql-proxy/script-updates 1 Development 2009-11-24 02:16:55 UTC
909. Updated parameter name to be min_rech...

Author: Lachlan Mulcahy
Revision Date: 2009-11-24 02:16:55 UTC

Updated parameter name to be min_recheck_time instead of min_recheck_timeout, since it is a throttle, not a timeout specifically.

lp:~schuster/mysql-proxy/cscope_etc 1 Development 2009-11-23 12:54:01 UTC
909. cscope

Author: Michael Schuster
Revision Date: 2009-11-23 12:54:01 UTC

cscope

lp:~kay-roepke/mysql-proxy/bug-36431 2 Mature 2009-09-25 12:37:36 UTC
849. don't forget windows

Author: Kay Roepke
Revision Date: 2009-09-25 12:37:36 UTC

don't forget windows

lp:~eric-rnd/mysql-proxy/mysql-proxy-docs (Has a merge proposal) 1 Development 2009-09-16 14:00:22 UTC
820. add some OS X install notes and notes...

Author: Eric Herman
Revision Date: 2009-09-16 13:59:52 UTC

add some OS X install notes and notes for referencing MYSQL

lp:~eric-rnd/mysql-proxy/mysql-proxy-fixes (Has a merge proposal) 1 Development 2009-09-16 12:20:47 UTC
820. fix for BUG#47370 'Proxy does not log...

Author: Eric Herman
Revision Date: 2009-09-16 12:20:47 UTC

fix for BUG#47370 'Proxy does not log what port it is listening on or proxying to'
 http://bugs.mysql.com/bug.php?id=47370

lp:~trickie/mysql-proxy/funnel (Linked to a blueprint) 0 Experimental 2009-07-16 11:19:54 UTC
670. add funnel lifecycle msc diagram

Author: trickie
Revision Date: 2009-07-16 11:19:54 UTC

add funnel lifecycle msc diagram

lp:~diego-fmpwizard/mysql-proxy/short-options (Linked to a blueprint)(Has a merge proposal) 2 Mature 2009-05-25 16:09:18 UTC
666. Merged the latest code form trunk (mu...

Author: Diego Medina
Revision Date: 2009-05-25 16:06:52 UTC

Merged the latest code form trunk (multi-th)

lp:~diego-fmpwizard/mysql-proxy/bug-43424 (Has a merge proposal) 2 Mature 2009-05-25 14:11:12 UTC
635. * changed is_debug to false * changed...

Author: Diego Medina
Revision Date: 2009-05-25 13:51:19 UTC

* changed is_debug to false
* changed proxy.connection.client.src.name for proxy.connection.client.dst.name

lp:~ramon-van-alteren/mysql-proxy/funnel-private-backend (Has a merge proposal) 0 Experimental 2009-04-06 12:00:28 UTC
661. Added keepalive and keepalive options...

Author: ramon
Revision Date: 2009-04-06 12:00:28 UTC

Added keepalive and keepalive options to client sockets

We're facing a problem were at night when traffic is low the loadbalancer kills any open connections
due to timeout, however both client and server still think this connection is alive.
In the morning, all connections become more active fast, resulting in a mass of new client connections
while the old ones still have open sockets on the mysql-proxyed server.
This results in out-of-socket memory errors and a hungup server.

The code adds keepalive options to the client socket which results in sending a keepalive packet
every 2 minutes. This will ensure that the loadbalancer does not kill the connection

lp:~zhuzhaoyuan/mysql-proxy/fix-auto-config 0 Experimental 2009-02-27 15:12:41 UTC
635. fixed: parse_value() may return false

Author: Joshua Zhu
Revision Date: 2009-02-27 15:12:41 UTC

fixed: parse_value() may return false

lp:~diego-fmpwizard/mysql-proxy/fmpwizard (Has a merge proposal) 0 Experimental 2009-02-07 03:59:23 UTC
573. * Now master_ssl_verify_server_cert i...

Author: Diego Medina
Revision Date: 2009-02-07 03:59:23 UTC

* Now master_ssl_verify_server_cert is nil in LUA land for a master.info file from MySQL Server 4.1 and 5.0

lp:~diego-fmpwizard/mysql-proxy/tutorials (Has a merge proposal) 0 Experimental 2009-02-06 16:30:28 UTC
567. * Finished fixing all the tutorial fi...

Author: Diego Medina
Revision Date: 2009-02-06 16:30:28 UTC

* Finished fixing all the tutorial files

lp:~aleksandr-litespan/mysql-proxy/Alex-l1904 1 Development 2009-01-28 06:30:27 UTC This branch has not been pushed to yet.
lp:~mordred/mysql-proxy/ppa 1 Development 2007-08-06 23:48:40 UTC
9. * Added ppa suffix.

Author: Monty Taylor
Revision Date: 2007-08-06 23:47:48 UTC

* Added ppa suffix.

lp:~mordred/mysql-proxy/ubuntu 1 Development 2007-08-06 21:40:57 UTC
9. * Updated debian/copyright file to po...

Author: Monty Taylor
Revision Date: 2007-08-06 23:42:50 UTC

* Updated debian/copyright file to point to versioned GPL.

139 of 39 results
You can't create new branches for MySQL Proxy.