branches with status:
Name Status Last Modified Last Commit
lp:~elambert/gearman-java/multi-conn-type 0 Experimental 2012-01-27 06:53:06 UTC
79. Started decoupling the ClientImpl, Se...

Author: Eric Lambert
Revision Date: 2012-01-27 06:43:52 UTC

Started decoupling the ClientImpl, Session and WorkerImpl from the
GearmanNIOJobServerConnection. This is the first step in getting these
to work with different types of connection types as well simplfying
these components.

Currently, system compiles but the tests are in tatters.

lp:~elambert/gearman-java/rejected_exec 1 Development 2011-05-05 05:54:49 UTC
75. reset session if job submitt times out

Author: Eric Lambert
Revision Date: 2011-05-05 05:52:17 UTC

reset session if job submitt times out

lp:~elambert/gearman-java/mergejgs (Linked to a blueprint) 1 Development 2010-09-10 20:00:13 UTC
56. updatw change log for release 0.04 re...

Author: Eric Lambert
Revision Date: 2010-09-10 19:10:38 UTC

updatw change log for release 0.04 release date

lp:~elambert/drizzle/GearmanReplicator 1 Development 2009-11-04 05:05:02 UTC
12. This patch mirrors a fix for a bug in...

Author: Eric Lambert
Revision Date: 2009-11-04 05:05:02 UTC

This patch mirrors a fix for a bug in the server replication service
 and transaction proto file that was occurring when an UPDATE
statement was SETting a field to a value by referencing the field itself.

For instance, imagine the following scenario:

    CREATE TABLE t1 (id INT NOT NULL PRIMARY KEY, count INT NOT NULL);
    INSERT INTO t1 (id, counter) VALUES (1,1),(2,2),(3,3);
    UPDATE t1 SET counter = counter + 1 WHERE id IN (1,2);

Previously, the UpdateHeader message contained a single set_value
byte array containing the new value to set the field to. However,
in scenarios such as the above, for each record being updated, the
value that the field would be set to is different. Therefore, this
patch moves the set_value byte array from the UpdateHeader message
into the UpdateRecord message and names it after_value to match the
existing before_value byte array.

This patch adds a test case to the existing update.test case in the
transaction log suite and modifies the statement_transform library to
properly handle the above scenario.

lp:~elambert/drizzle/gearman_replication_applier 1 Development 2009-10-30 17:31:19 UTC
1176. -added mutex around gearman_client -c...

Author: Eric Lambert
Revision Date: 2009-10-30 17:31:19 UTC

-added mutex around gearman_client
-call de-activate instead of disbale

lp:~elambert/drizzle/gearman_applier 1 Development 2009-09-29 17:13:46 UTC
1131. -Gearman Applier now implements Comma...

Author: Eric Lambert
Revision Date: 2009-09-29 17:10:46 UTC

-Gearman Applier now implements CommandApplier interface as opposed to Applier interface.
-fixed names of server_host and applier_function sysvars in Gearman Applier.

lp:ds2drizzle 1 Development 2009-09-16 03:20:51 UTC
15. merge ds2/ds2drizzle merge

Author: Eric Lambert
Revision Date: 2009-09-16 03:20:51 UTC

merge ds2/ds2drizzle merge

lp:~elambert/gearmanij/gearman_java_library 1 Development 2009-07-14 20:07:43 UTC
161. merge from GearmanJavaLibrary

Author: Eric Lambert
Revision Date: 2009-07-14 20:07:43 UTC

merge from GearmanJavaLibrary

lp:gearmanjavalibrary 1 Development 2009-07-14 16:59:21 UTC
9. cleanup more warnings

Author: Eric Lambert
Revision Date: 2009-07-14 16:59:21 UTC

cleanup more warnings

lp:~elambert/gearmanij/c1_demo 1 Development 2009-06-23 05:10:00 UTC
108. Merge Eric

Author: Trond Norbye
Revision Date: 2009-05-30 11:39:03 UTC

Merge Eric

lp:~elambert/gearmanij/client_trunk_merge 1 Development 2009-06-17 02:52:38 UTC
122. merge with trunk

Author: Eric Lambert
Revision Date: 2009-06-17 02:52:38 UTC

merge with trunk

lp:~elambert/sysbench/drizzle_sysbench_merge 1 Development 2009-06-10 02:12:58 UTC
67. Merged all in drizzle sysbench change...

Author: Monty Taylor
Revision Date: 2009-06-10 01:54:40 UTC

Merged all in drizzle sysbench changes with the exception of those changes
made to the sb_oltp.c and sb_oltp.h files (those changes will be merged at
a later date).
  -updated autotools system
  -Added extensions.m4
  -Removed manual.html - it's generated
  -Turned on warnings. Made sysbench compile with them on
  -Added support for building with libdrizzle
  -Added run.sh as example of how to run drizzle sys-bench
  -drv drizzle works with multi-thread
  -drv_drizzle: misc. fixes
  -drv_drizzle: fix all four buffering forms
  -Checking for error codes using new clean method.
  -Check that new constant exists in autoconf
  -drv_drizzle: Turned unsigned ints back off
  -drv_drizzle: Updated error fetching code
  -drv_drizzle: Removed blocking option - makes no sense. Cleaned up option help text
  -Up to date with latest libdrizzle changes
  -fixed some solaris build issues
  -Split acinclude into multiple files in m4/ dir
  -downgraded autoconf
  -Removed -Wlogical-op, it's only in newer GCC, and it's not important enough to impose GCC version restrictions for
  -Removed need for drizzled install for libdrizzle build
  -Fixed solaris build issues
  -Fixed new libdrizzle result processing
  -Added the all_need_caps explicitly to drv_mysql
  -Added capability for libdrizzle

lp:~elambert/gearmanij/client 1 Development 2009-05-30 15:56:24 UTC
111. rewrite JobExecTest, last version fla...

Author: Eric Lambert
Revision Date: 2009-05-30 15:56:24 UTC

rewrite JobExecTest, last version flapped a lot

113 of 13 results