Temporary fix applied for issue regarding BLOBStreaming support requiring SUPER privilege

This commit is contained in:
Raj Kissu Rajandran
2008-11-28 18:55:28 +00:00
parent e079480672
commit 4a0c232707
3 changed files with 14 additions and 10 deletions

View File

@@ -190,7 +190,7 @@ $sum_row_count_pre = '';
// added by rajk - for blobstreaming
$PMA_Config = $_SESSION['PMA_Config'];
if (!empty ($PMA_Config))
if (!empty($PMA_Config))
$session_bs_tables = $PMA_Config->get('BLOBSTREAMING_TABLES'); // list of blobstreaming tables
$tableReductionCount = 0; // the amount to reduce the table count by