documented $cfg['MaxExactCount']
This commit is contained in:
@@ -1534,6 +1534,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['MaxExactCount'] </b>integer</dt>
|
||||
<dd>
|
||||
Determines for how large tables phpMyAdmin should get exact row count by
|
||||
<code>SELECT COUNT</code>. If approximate row cound is smaller than this
|
||||
value, <code>SELECT COUNT</code> will be used, otherwise only value
|
||||
returned by <code>SHOW TABLE STATUS</code>.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfg['SQP']['fmtType']</b> string [<tt>html</tt>|<tt>none</tt>]</dt>
|
||||
<dd>
|
||||
The main use of the new SQL Parser is to pretty-print SQL queries. By
|
||||
|
Reference in New Issue
Block a user