Merge branch 'QA_3_3'
This commit is contained in:
@@ -99,6 +99,7 @@ $Id$
|
|||||||
- bug #3011126 [display] Edit link missing after long query
|
- bug #3011126 [display] Edit link missing after long query
|
||||||
- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period,
|
- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period,
|
||||||
thanks to Isaac Bennetch - ibennetch
|
thanks to Isaac Bennetch - ibennetch
|
||||||
|
- [engines] Fix getting InnoDB status.
|
||||||
|
|
||||||
3.3.3.0 (2010-05-10)
|
3.3.3.0 (2010-05-10)
|
||||||
- patch #2982480 [navi] Do not group if there would be one table in group,
|
- patch #2982480 [navi] Do not group if there would be one table in group,
|
||||||
|
@@ -305,7 +305,7 @@ class PMA_StorageEngine_innodb extends PMA_StorageEngine
|
|||||||
function getPageStatus()
|
function getPageStatus()
|
||||||
{
|
{
|
||||||
return '<pre id="pre_innodb_status">' . "\n"
|
return '<pre id="pre_innodb_status">' . "\n"
|
||||||
. htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;')) . "\n"
|
. htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;', 0, 'Status')) . "\n"
|
||||||
. '</pre>' . "\n";
|
. '</pre>' . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user