lp:~zhuzhaoyuan/mysql-proxy/zhuzhaoyuan
- Get this branch:
- bzr branch lp:~zhuzhaoyuan/mysql-proxy/zhuzhaoyuan
Branch merges
- Kay Roepke (community): Approve
Branch information
Recent revisions
- 571. By Joshua Zhu <josh@joshua>
-
fix the warnings (if you are a code neat freak who loves "CFLAGS=-Wall")
- 570. By Joshua Zhu <josh@joshua>
-
fix Bug #42783 (http://
bugs.mysql. com/bug. php?id= 42783)
* rlim_max should be set too.
* According to the latest POSIX standard (IEEE Std 1003.1, 2004 Edition), rlim_t is actually an unsigned integer type. See: http://www.opengroup. org/onlinepubs/ 009695399/ basedefs/ sys/resource. h.html - 568. By Joshua Zhu <josh@joshua>
-
pass authentication information to the read_handshake() and read_auth() hooks
- 567. By Joshua Zhu <josh@joshua>
-
fix compile warnings:
network-mysqld- packet. c: In function ‘network_ mysqld_ proto_get_ fielddefs’ :
network-mysqld- packet. c:685: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int16’ from incompatible pointer type
network-mysqld- packet. c:686: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int32’ from incompatible pointer type
network-mysqld- packet. c:687: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int8’ from incompatible pointer type
network-mysqld- packet. c:688: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int16’ from incompatible pointer type
network-mysqld- packet. c:689: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int8’ from incompatible pointer type
network-mysqld- packet. c:701: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int24’ from incompatible pointer type
network-mysqld- packet. c:704: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int8’ from incompatible pointer type
network-mysqld- packet. c:707: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int16’ from incompatible pointer type
network-mysqld- packet. c:708: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int8’ from incompatible pointer type
network-mysqld- packet. c:712: warning: passing argument 2 of ‘network_ mysqld_ proto_get_ int8’ from incompatible pointer type - 564. By Kay Roepke
-
add the wrapper script/makefile fu to start mysql-proxy without having to set the environment variables
- 563. By Kay Roepke
-
track COM_QUIT to avoid unncessary warnings being printed on debug log level
add CON_STATE_CLOSE_SERVER state to differentiate between client and server side close, they are equivalent for now, but can be used for keeping clients alive in the future
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 with rich root (needs bzr 1.0)