mariadb/storage/blackhole
Sergei Golubchik ec2ff9f2a0 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.
2024-11-05 14:00:50 -08:00
..
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_blackhole.cc MDEV-35035 Assertion failure in ha_blackhole::position upon INSERT into blackhole table with vector index 2024-11-05 14:00:50 -08:00
ha_blackhole.h cleanup: key algorithm vs key flags 2024-11-05 14:00:47 -08:00