Skip to content
  • Mattias Jonsson's avatar
    14e57780
    WL#4443: Remove scalability problem with many lock's · 14e57780
    Mattias Jonsson authored
    and external lock's on partitioned tables with many partitions.
    
    - Added coverage tests.
    - Added second prune_partitions call in mysql_update,
      to prune after subqueries and stored programs after
      locking.
    - Fixed the problem with avoiding the second SEL_TREE creation,
      in the second prune_partitions() call, for conditions that did not
      have any subqueries or stored functions.
    - Updated copyright year.
    - some minor cleanup.
    14e57780
    WL#4443: Remove scalability problem with many lock's
    Mattias Jonsson authored
    and external lock's on partitioned tables with many partitions.
    
    - Added coverage tests.
    - Added second prune_partitions call in mysql_update,
      to prune after subqueries and stored programs after
      locking.
    - Fixed the problem with avoiding the second SEL_TREE creation,
      in the second prune_partitions() call, for conditions that did not
      have any subqueries or stored functions.
    - Updated copyright year.
    - some minor cleanup.
Loading