1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-10 21:24:12 +08:00

finish remove

This commit is contained in:
源文雨
2022-05-04 14:52:00 +08:00
parent 544f900870
commit 18513f6e6f
4 changed files with 90 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ uint64_t add_table_index(int fd, void* table, uint16_t pos);
// 0 成功
int remove_table_index(int fd, void* table, uint16_t pos);
// 获取 ptr 位置的行的长度
int get_row_length(int fd, void* table, uint64_t ptr);
// 插入一行,如果 pk 有值则替换
// list 以 key_t 为单元
// 如果当前项有 nullable 属性,需要在此项之前