shes working
This commit is contained in:
@@ -532,6 +532,10 @@ get_table_metadata :: proc(engine: ^Storage_Engine, table_name: string) -> (Tabl
|
||||
return {}, .Serialization_Error
|
||||
}
|
||||
|
||||
// table_name is not stored in the serialized blob (it IS the RocksDB key),
|
||||
// so we populate it here from the argument we already have.
|
||||
metadata.table_name = strings.clone(table_name, engine.allocator)
|
||||
|
||||
return metadata, .None
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user