Use cache to skip blobstreaming check if server does not support it
This commit is contained in:
parent
29e778d8e2
commit
78ee628312
@ -47,6 +47,10 @@ function initPBMSDatabase()
|
||||
*/
|
||||
function checkBLOBStreamingPlugins()
|
||||
{
|
||||
if (PMA_cacheGet('skip_blobstreaming', true) === true) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// load PMA configuration
|
||||
$PMA_Config = $GLOBALS['PMA_Config'];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user