Code review comment for lp:~stewart/drizzle/slap-remove-autocommit-in-load-bug668143

Revision history for this message
Stewart Smith (stewart) wrote :

the missing commit is for the connection that does CREATE TABLE and loads the data. COMMIT is being called correctly for all the connections/threads for load generation - it's just that on the second iteration of create table/load data, (without this patch) we run the load in a transaction that isn't committed.

« Back to merge proposal