MDEV-27316 Assertion `!(index)->is_spatial()' failed
This issue is caused by MDEV-24621 (commit 045757af). InnoDB tries to insert the number of rows into an empty spatial index table, but it fails to apply the buffered insert. InnoDB should insert into the spatial index directly instead of buffering the insert operation.
Showing
Please register or sign in to comment