|
This is a slightly nasty issue for sites with large content stores, as it's triggered the first time sometime tries to upload something. In our case this query takes 3min to run.
Committed in r65390:
Based on patch from Carl Hall in Adds a new sakai.properties option to disable FILE_SIZE checks (for example once the conversion has run successfully), viz.: content.filesizeColumnReady=true (note content. prefix added as compared to the patch). Verified on a local mysql trunk build. Should be verified with Oracle and db2 databases (without content.filesizeColumnReady=true) to ensure that the queries execute correctly.
closing based on UCT production experience
Does not handle checks correctly when autoddl is false.
Fixed for case of autoddl off in r65486 (trunk) and r65487 (1.0.x)
Fixed in r65687 (trunk) and r65688 (1.0.x)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SAK-13100, to get the same fix (assuming its appropriate) into K1 to address this issue in 2.6 (and beyond)? Thanks!