• Marko Mäkelä's avatar
    Make innodb_gis.rtree_purge run faster · 739abf51
    Marko Mäkelä authored
    A locking SELECT from an InnoDB table is very slow especially
    in debug builds. Replacing some INSERT...SELECT should not reduce
    the test coverage, because the test will still do DELETE
    (which will acquire explicit record locks).
    739abf51
rtree_purge.test 693 Bytes