[tarantool-patches] Re: [PATCH] sql: fix row count calculation for DELETE optimization
    Kirill Yukhin 
    kyukhin at tarantool.org
       
    Fri Nov 23 08:51:29 MSK 2018
    
    
  
Hello,
On 19 Nov 15:12, Nikita Pettik wrote:
> When SQL DELETE statement comes in most primitive from without WHERE
> clause and foreign key constraints, it is optimized and processed with
> one VDBE instruction (instead of several OP_Delete). However, it was
> forgotten to account affected tuples by row counter. Current patch fixes
> this obvious defect.
> 
> Closes #3816
> ---
> Branch: https://github.com/tarantool/tarantool/tree/np/gh-3816-account-changes-for-simple-delete
> Issue: https://github.com/tarantool/tarantool/issues/3816
I've pushed the patch into 2.1 branch.
--
Regards, Kirill Yukhin
    
    
More information about the Tarantool-patches
mailing list