rfe #2823686 [interface] Increase default height of query window
This commit is contained in:
@@ -45,6 +45,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- [core] Removed context from the error handler
|
- [core] Removed context from the error handler
|
||||||
- bug #2883633 [export] Export of InnoDB table is incomplete
|
- bug #2883633 [export] Export of InnoDB table is incomplete
|
||||||
+ rfe #2862575 [status] Order query statistics by % desc, skip rows with 0
|
+ 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)
|
3.2.4.0 (not yet released)
|
||||||
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
|
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
|
||||||
|
@@ -2072,7 +2072,7 @@ $cfg['TextareaCols'] = 40;
|
|||||||
*
|
*
|
||||||
* @global integer $cfg['TextareaRows']
|
* @global integer $cfg['TextareaRows']
|
||||||
*/
|
*/
|
||||||
$cfg['TextareaRows'] = 7;
|
$cfg['TextareaRows'] = 15;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* double size of textarea size for LONGTEXT fields
|
* double size of textarea size for LONGTEXT fields
|
||||||
|
Reference in New Issue
Block a user