Skip to content

[master] Remove bad DISTINCT in NewOracleBookkeepingDB

Chris Burr requested to merge cburr/LHCbDIRAC:remove-distinct into master

This use of DISTINCT is either:

  • Buggy because it results in the number of files being decreased but they still contribute to the size
  • Pointless because they're already distinct

Pretty sure it's only the second one but regardless it should go.

Merge request reports

Loading