hum, i executed the test with UPDATE/DELETE... it have bugs too
(without your patch)

how to reproduce:
1) get .dump file from MDEV
2) execute the file
3) execute the update:
UPDATE t7
SET emitente_propriedade=1
WHERE emitente_tipo='j' AND emitente_id=1 AND emitente_propriedade=0
AND nf_serie='3nfe' AND nf < 0;
/* Affected rows: 0 */

4) execute the delete:
DELETE FROM t7
WHERE emitente_tipo='j' AND emitente_id=1 AND emitente_propriedade=0
AND nf_serie='3nfe' AND nf < 0;
/* Affected rows: 0 */



------------------------------
i will test with your patch in near time and post again

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to