After using RENAME RECORD foo.bar.baz to boom (or something like this ) the OST_RENAME_RECORD() procedure found in records.odin breaks the .ost file formatting.
The issue issue seems to be the program modifies a cluster that DOES NOT even contain the record you are renaming after using the command successfully .
In the terminal on the right side you can see I am trying to rename the age record within the baz cluster. it worked...and yet the the cluster above was modified.
After using
RENAME RECORD foo.bar.baz to boom
(or something like this ) theOST_RENAME_RECORD()
procedure found inrecords.odin
breaks the.ost
file formatting.The issue issue seems to be the program modifies a cluster that DOES NOT even contain the record you are renaming after using the command successfully . In the terminal on the right side you can see I am trying to rename the
age
record within thebaz
cluster. it worked...and yet the the cluster above was modified.