Bug #1431
debug info on the screen for buckets?
| Status: | Closed | Start date: | 03/07/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Buckets | |||
| Target version: | 2.0.0 | |||
| Rank: | Tester: |
Description
While browsing an upload with svn 5572, selecting bucket browser resulted in the following appearing on the screen along with the results, I can't tell if it's debugging information or some sort of sql error. See the attached screen shot.
SELECT distinct(bucket_fk) as bucket_pk from bucket_file, bucket_def, (SELECT distinct(pfile_fk) as PF from uploadtree where upload_fk=2 and ((ufile_mode & (1<<28))=0) and uploadtree.lft BETWEEN 5 and 6) as SS where PF=pfile_fk and agent_fk=1 and bucket_file.nomosagent_fk=6 and bucket_pk=bucket_fk and bucketpool_fk=1
SELECT distinct(bucket_fk) as bucket_pk from bucket_file, bucket_def, (SELECT distinct(pfile_fk) as PF from uploadtree where upload_fk=2 and ((ufile_mode & (1<<28))=0) and uploadtree.lft BETWEEN 9 and 10) as SS where PF=pfile_fk and agent_fk=1 and bucket_file.nomosagent_fk=6 and bucket_pk=bucket_fk and bucketpool_fk=1
SELECT distinct(bucket_fk) as bucket_pk from bucket_file, bucket_def, (SELECT distinct(pfile_fk) as PF from uploadtree where upload_fk=2 and ((ufile_mode & (1<<28))=0) and uploadtree.lft BETWEEN 7 and 8) as SS where PF=pfile_fk and agent_fk=1 and bucket_file.nomosagent_fk=6 and bucket_pk=bucket_fk and bucketpool_fk=1
History
Updated by Bob Gobeille over 1 year ago
- Status changed from New to Resolved
Fixed in svn 5573
Remove print statement put in for sql optimization.
Updated by larry shi about 1 year ago
- Status changed from Resolved to Closed
verified in svn 5715,
debug info went away.