~mordred/gearmand/update-build

379 by Brian Aker
Merge in all DD fixes that can be merged with this version. See Changelog for lists of fixes
1
Hi!
2
3
If you are working on the server here are some handy environmental variables
4
you can set so that you can debug make test:
5
6
GEARMAN_VALGRIND <- runs the server under valgrind.
7
GEARMAN_MANUAL_GDB <-- runs the server under a remote version of GDB.
8
GEARMAN_LOG <-- generates a log file for you with the output of the debug for the server
9
10
GDB will pause the server while you do run the GDB command.
11
12
Cheers,
13
  -Brian