Ticket #129 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Create unique index on cached_sizes(directory_id) to prevent duplicate cache entries

Reported by: julians Assigned to: mlandauer
Priority: major Milestone: 2007.03.23
Component: Daemon Version:
Keywords: Cc:

Description

There have been duplicate cache entries for two directories. This should never happen. Create a uniqueness constraint on the directory_id column in the cached_sizes table so that if the file_monitor creates a duplicate entry, an error condition is raised.

Change History

02/21/07 13:06:40 changed by julians

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r972.