Skip to content
  • Mattias Jonsson's avatar
    7e924138
    WL#5217: Add explicit partition selection · 7e924138
    Mattias Jonsson authored
    Implement 'PARTITION (<list of partitions>)' clause for
    SELECT, DELETE, UPDATE, INSERT, LOAD, like
    SELECT * FROM t PARTITION (pFirst);
    Including pruning of locking.
    
    Also includes adding HANDLER_EXTERNAL_LOCK_COUNT status variable,
    to be able to test and monitor lock pruning.
    7e924138
    WL#5217: Add explicit partition selection
    Mattias Jonsson authored
    Implement 'PARTITION (<list of partitions>)' clause for
    SELECT, DELETE, UPDATE, INSERT, LOAD, like
    SELECT * FROM t PARTITION (pFirst);
    Including pruning of locking.
    
    Also includes adding HANDLER_EXTERNAL_LOCK_COUNT status variable,
    to be able to test and monitor lock pruning.
Loading