View Issue Details

IDProjectCategoryView StatusLast Update
0011611mantisbtadministrationpublic2014-02-02 15:51
Reporterklkl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.2.0 
Summary0011611: Moving attachement to disk fails if there's too many of them
Description

upgrade_move_att2disk executes "select * from mantis_bug_file_table..." which apparently gives resultset that is too large to handle by database/PHP or something in between.

The query fails, and because error is silenced, tool misinterprets it as if there was nothing that needed moving.

Change of @db_query_bound( $query ); to db_query_bound( $query , null, 100); works around the issue (the query should be repeated as many times as needed of course).

TagsNo tags attached.

Activities

klkl

klkl

2010-03-04 08:06

reporter   ~0024635

Oops, typoed bug title. Was meant to be "Moving attachments to disk fails if there's too many of them"