mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 10:44:22 +01:00
fix CREATE TABLE hang
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user