mirror of
https://github.com/fumiama/fumidb.git
synced 2026-06-10 21:24:12 +08:00
finish load table
This commit is contained in:
@@ -17,7 +17,7 @@ int main() {
|
||||
perror("create");
|
||||
return 1;
|
||||
}
|
||||
if(init_file_header_page(fd) < 0) return 2;
|
||||
if(init_file_header_page(fd)) return 2;
|
||||
void* index = create_index(fd, TYPE_INT8, buf);
|
||||
if(!index) {
|
||||
perror("create_int8_index");
|
||||
|
||||
Reference in New Issue
Block a user