lp:~jan-kneschke/mysql-proxy/threaded-signal-handling

Created by Jan Kneschke and last modified
Get this branch:
bzr branch lp:~jan-kneschke/mysql-proxy/threaded-signal-handling
Only Jan Kneschke can upload to this branch. If you are Jan Kneschke please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jan Kneschke
Project:
MySQL Proxy
Status:
Development

Recent revisions

1264. By Jan Kneschke

fixed build on win32

1263. By Jan Kneschke

use sigwait() instead of sigtimedwait()

  - sigtimedwait() isn't available on BSDs

1262. By Jan Kneschke

moved signal handling for SIGTERM, SIGINT and SIGHUP into its own thread

  - sigprocmask()'s behaviour in multi-threaded enviroments is undefined
  - pthread_sigmask() has to be used instead
  - signal init has to be done before the plugins are loaded and more
    threads are initialized inheriting the procmask of the parent

1261. By Jan Kneschke

log a warning of setuid() or setgid() failed

1260. By Jan Kneschke

replace $(Outdir) before we pass it down

1259. By Jan Kneschke

fixed typo

1258. By Jan Kneschke

install the .pdb's of a .dll too

1257. By Jan Kneschke

install COPYING and README in share/doc/mysql-proxy on unixes or in the root-dir on windows

1256. By Jan Kneschke

fixed build on win32

  - replaced ssize_t by gssize
  - replaced EWOULDBLOCK by a WSAEWOULDBLOCK on win32

1255. By Jan Kneschke

added "fixed" message for lockup under high load

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mysql-proxy
This branch contains Public information 
Everyone can see this information.

Subscribers