lp:~jan-kneschke/mysql-proxy/packet-tracking-assertions
Created by
Jan Kneschke
and last modified
- Get this branch:
- bzr branch lp:~jan-kneschke/mysql-proxy/packet-tracking-assertions
Only
Jan Kneschke
can upload to this branch. If you are
Jan Kneschke
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Approved
for merging
into
lp:mysql-proxy/0.8
- Leith (community): Approve
-
Diff: 124 lines (+29/-8)1 file modifiedsrc/network-mysqld-packet.c (+29/-8)
Branch information
Recent revisions
- 1132. By <email address hidden>
-
replaced g_error() and g_assert() by proper error-handling and a debug-message
- 1130. By <email address hidden>
-
stabilize the failover test
* use kill(..., SIGKILL) to kill the backend right away instead of using _set_shutdown()
* renamed COMMIT SUICIDE to KILL BACKEND
* let the KILL BACKEND fail with 'connection went away ...' as the synchronization point - 1127. By <email address hidden>
-
fixed wrong packet-id after a ignored result
* patch from Ben Kersten https:/
/answers. launchpad. net/mysql- proxy/+ question/ 122408 - 1124. By <email address hidden>
-
get rid of most of the strlen()'s the tokenizer does by passing down the known length of strings
* for literals we have the sizeof() - 1
* for lexed strings we have yyleng
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mysql-proxy