diff --git a/ChangeLog b/ChangeLog index 65159b3b0..71e435157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,6 +45,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - [core] Removed context from the error handler - bug #2883633 [export] Export of InnoDB table is incomplete + rfe #2862575 [status] Order query statistics by % desc, skip rows with 0 ++ rfe #2823686 [interface] Increase default height of query window 3.2.4.0 (not yet released) - bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status diff --git a/libraries/config.default.php b/libraries/config.default.php index bc736271e..a3a6fd748 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -2072,7 +2072,7 @@ $cfg['TextareaCols'] = 40; * * @global integer $cfg['TextareaRows'] */ -$cfg['TextareaRows'] = 7; +$cfg['TextareaRows'] = 15; /** * double size of textarea size for LONGTEXT fields