• Sergei Golubchik's avatar
    MDEV-35035 Assertion failure in ha_blackhole::position upon INSERT into... · 4db14f50
    Sergei Golubchik authored
    MDEV-35035 Assertion failure in ha_blackhole::position upon INSERT into blackhole table with vector index
    
    let's allow ::position() and ::rnd_pos() in blackhole.
    ::position() can be called directly after insert, it doesn't need
    a search to happen, so it's possible.
    
    ::rnd_pos() can be called with a value that ::position() produced,
    so, possible too.
    4db14f50
blackhole.result 1.28 KB