Comment 7 for bug 509803

Revision history for this message
Vladimir Kolesnikov (vkolesnikov) wrote :

Vadim,

I got the error you reported initially from the tool. An error message starts with "neword 9:3" which means thread #9 step 3. On step 3 the following query is executed:

"UPDATE district SET d_next_o_id = ? + 1 WHERE d_id = ? AND d_w_id = ?"

i tried to execute the query from mysql console and it worked (I checked FK checks to be on). So either this is something specific to the tool, or a wrong error is reported...