[interface] Default to not count tables in database.
This gives big performance penalty in case there is many databases and the number of tables is not that much useful to justify it.
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
- rfe #3158867 [privileges] No DROP DATABASE warning if you delete a user
|
||||
- [interface] Add link to documentation for status variables.
|
||||
- [security] Redirect external links to avoid Referer leakage.
|
||||
- [interface] Default to not count tables in database.
|
||||
|
||||
3.3.10.0 (not yet released)
|
||||
- patch #3147400 [structure] Aria table size printed as unknown,
|
||||
|
@@ -425,7 +425,7 @@ $cfg['Servers'][$i]['ShowDatabasesCommand'] = 'SHOW DATABASES';
|
||||
*
|
||||
* @global array $cfg['Servers'][$i]['CountTables']
|
||||
*/
|
||||
$cfg['Servers'][$i]['CountTables'] = true;
|
||||
$cfg['Servers'][$i]['CountTables'] = false;
|
||||
|
||||
/**
|
||||
* Whether the tracking mechanism creates versions for tables and views automatically.
|
||||
|
Reference in New Issue
Block a user