SHOW TABLE STATUS / SELECT COUNT (*) fixes continues, now configurable

This commit is contained in:
Michal Čihař
2003-04-11 11:59:44 +00:00
parent e88ea8aa51
commit 182e06e3f1
4 changed files with 21 additions and 9 deletions

View File

@@ -412,6 +412,8 @@ $cfg['QueryWindowDefTab'] = 'sql'; // which tab to display in the query
$cfg['QueryHistoryMax'] = 25; // When using DB-based query history, how many entries
// should be kept?
$cfg['BrowseMIME'] = TRUE; // Use MIME-Types (stored in column comments table) for
$cfg['MaxExactCount'] = 20000; // When approximate count < this, PMA will get exact count for
// table rows.
/**
* SQL Query box settings