typo
This commit is contained in:
parent
eb87127a0e
commit
90c751bfd3
@ -1585,7 +1585,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<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
|
||||
<code>SELECT COUNT</code>. If approximate row count is smaller than this
|
||||
value, <code>SELECT COUNT</code> will be used, otherwise only value
|
||||
returned by <code>SHOW TABLE STATUS</code>.
|
||||
<br /><br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user