Merge lp:~jan-kneschke/mysql-proxy/routing into lp:mysql-proxy

Proposed by Jan Kneschke
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jan-kneschke/mysql-proxy/routing
Merge into: lp:mysql-proxy
To merge this branch: bzr merge lp:~jan-kneschke/mysql-proxy/routing
Reviewer Review Type Date Requested Status
Kay Roepke (community) Approve
Review via email: mp+3737@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jan Kneschke (jan-kneschke) wrote :

the major change is finishing the blueprint around network_socket and network_address

  * proxy.connection.(client|server).address is now proxy.connection.(client|server).(src|dst).*
  * changes are covered in http://jan.kneschke.de/2009/2/18/mysql-proxy-lua-classes
  * all network_socket_* functions are conforming to thier spec (returning NETWORK_SOCKET_* instead of integers)
  * the test-cases are improved for network_socket and network_address

It also contains a fix in the case of async-connect() where the NODELAY options wasn't set all the time.

Revision history for this message
Kay Roepke (kay-roepke) wrote :

looks good to me

review: Approve
lp:~jan-kneschke/mysql-proxy/routing updated
587. By <email address hidden>

replaced g_assert()s by g_return_val_if_fail() to handle them gracefully

588. By <email address hidden>

added extra checks for calling _connect() against a already setup socket

589. By <email address hidden>

added missing file to setup the mock-server for client_address.test

Subscribers

People subscribed via source and target branches