Subject | RE: Re: [firebird-support] md5 hash change everytime I run gfix -v -f. No errors. |
---|---|
Author | Leyne, Sean |
Post date | 2014-05-01T22:56:34Z |
> I'm sorry I didn't make myself clearer - every time I run gfix with thisEach database operation, including gfix, creates a new transaction ID which is stored in the file.
> parameters on the database file i get a file with a different hash. Shouldn't
> gfix manage orphan pages & other things not classified as errors in just one
> go? I made three or four cycles - every time I get no error and every time I
> get a different hash.
So, it is absolutely expected that the hash would change, even if logically row data has changed. The transaction counter is a part of the overall database information.
Sean