[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1481-g67a8a06

Michal Čihař nijel at users.sourceforge.net
Fri Jan 28 14:30:29 CET 2011


The branch, master has been updated
       via  67a8a06c1a165b2c68ef4555cf1ad8f71b9eb5e6 (commit)
      from  5ceb7bc817fdae92b7ba340bc217be3564ac5e3d (commit)


- Log -----------------------------------------------------------------
commit 67a8a06c1a165b2c68ef4555cf1ad8f71b9eb5e6
Author: Michal Čihař <mcihar at novell.com>
Date:   Fri Jan 28 14:29:44 2011 +0100

    [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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    1 +
 libraries/config.default.php |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e3add30..10d1b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/libraries/config.default.php b/libraries/config.default.php
index a544caf..d7df77e 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -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.
@@ -488,7 +488,7 @@ $cfg['ServerDefault'] = 1;
  * Other core phpMyAdmin settings
  */
 /**
- * whether Ajax behavior is active 
+ * whether Ajax behavior is active
  *
  * @global boolean $cfg['AjaxEnable']
  */
@@ -1179,7 +1179,7 @@ $cfg['Export']['file_template_server'] = '@SERVER@';
 $cfg['Export']['codegen_structure_or_data'] = 'data';
 
 /**
- * 
+ *
  *
  * @global $cfg['Export']['codegen_format']
  */
@@ -2179,7 +2179,7 @@ $cfg['TextareaCols'] = 40;
 $cfg['TextareaRows'] = 15;
 
 /**
- * double size of textarea size for LONGTEXT columns 
+ * double size of textarea size for LONGTEXT columns
  *
  * @global boolean $cfg['LongtextDoubleTextarea']
  */


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list