On Thu, 2005-09-08 at 10:48 -0400, Mark Drago wrote:
> However, it seems that for every rollback that I do there is a file left
> in the directory with the databases.  I have 30-something files named
> like the following: 'ame_log.db-mj0E2E1262'.  ame_log.db is the filename
> of the main log database.  The contents of the file are the full path to
> the main log database's journal and the full path to the attached queue
> database's journal.  Should something be getting rid of these files?
> Has anyone else seen this?
> 

Those are the "master journal" files.  They are used to make
sure that commits to multiple databases occurs atomically.
They should be deleted automatically.  I do not know why they
are not being removed for you.  I will look into it.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to