Merge branch 'QA_3_3'
This commit is contained in:
@@ -75,6 +75,7 @@ $Id$
|
||||
- patch #2979234 [import] Create tables with current charset and collation.
|
||||
- patch #2979234, bug #2960105 [import] Properly import unicode text from ODS.
|
||||
- bug #2973280 [export] Proper handling of temporary directory in XLS export.
|
||||
- bug #2980582 [interface] Properly format server status parameter.
|
||||
|
||||
3.3.1.0 (2010-03-16)
|
||||
- bug #2941037 [core] Database structure not sorted by table correctly
|
||||
|
@@ -143,6 +143,10 @@ if (isset($server_status['Threads_created'])
|
||||
* 100;
|
||||
}
|
||||
|
||||
// Format Uptime_since_flush_status : show as days, hours, minutes, seconds
|
||||
if (isset($server_status['Uptime_since_flush_status'])) {
|
||||
$server_status['Uptime_since_flush_status'] = PMA_timespanFormat($server_status['Uptime_since_flush_status']);
|
||||
}
|
||||
|
||||
/**
|
||||
* define some alerts
|
||||
|
Reference in New Issue
Block a user