Subject Re: Re: [firebird-support] Possible bug in RC8 -Finding out size of database through code from client
Author Ivan Prenosil
> But the behaviour is not consistent across single file and
> multi-file databases. In single file the algorithm returns used space and in
> multi- file it returns size when full. That is why I feel this is a bug.

It is consistent. It returns total size consisting of used space for _last_ file,
and declared (but possibly not allocated yet) space for previous files.

Ivan