fix CREATE TABLE hang

This commit is contained in:
Jussi Saurio
2025-06-06 20:11:14 +03:00
parent a5aeff9a3d
commit e1bc268a65

View File

@@ -1156,7 +1156,7 @@ impl BTreeCursor {
cell_idx
);
if cell_count == 0 || cell_idx == cell_count {
if cell_idx == cell_count {
// do rightmost
let has_parent = self.stack.has_parent();
match contents.rightmost_pointer() {