← Back to team overview

maria-developers team mailing list archive

Re: help with mdev-4687 - aria engina problem with <= operator

 

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


Follow ups

References