-
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.
Mattias Jonsson authoredImplement '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