stable
Clone or download
Read-only
Some of the tables of the docman plugin use the MyISAM engine. Unfortunately, the MyISAM engine does not support transactions which means we might have data in a incoherent state if an issue happen while creating a new file document. This contribution tries to mitigate this fact, no functionnal changes are expected for the nominal case. This is part of story #10721: upload documents with drag'n drop Change-Id: I5b8db128cab8ec1ef6ce397144dcabea8b99cacf
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Upload/DocumentUploadFinisher.php | +34 | −13 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/phpunit/Upload/DocumentUploadFinisherTest.php | +5 | −7 | Go to diff View file |