diff --git a/ChangeLog b/ChangeLog
index e8ecd2625..5f5669177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ $Id$
$HeadURL$
+ [import] support handling of DELIMITER to mimic mysql CLI, thanks to fb1
-- bug #1674914 [structure] changing definition of a TIMESTAMP field
+- bug #1674914 [structure] changing definition of a TIMESTAMP field
- bug #1615530 [upload] added more specific error message if field upload fails
- [gui] avoid displaying a wide selector in server selection
+ [core] added PMA_fatalError() and made use of it
@@ -21,6 +21,7 @@ $HeadURL$
+ [export] YAML export (see yaml.org), thanks to Bryce Thornton
+ [upload] moved file upload functionality into own class
+ [upload] make use of $cfg['TempDir'] for file uploads
++ [server] improved display of binary logs
2.10.1.0 (not released yet)
=====================
diff --git a/libraries/server_common.inc.php b/libraries/server_common.inc.php
index ca80eb567..7e7cf2ec4 100644
--- a/libraries/server_common.inc.php
+++ b/libraries/server_common.inc.php
@@ -1,11 +1,19 @@
0) {
- $binary_logs = array();
- while ($row = PMA_DBI_fetch_array($binlogs)) {
- $binary_logs[] = $row[0];
- }
- $has_binlogs = TRUE;
- }
- PMA_DBI_free_result($binlogs);
-}
-unset($binlogs);
+/**
+ * @global array binary log files
+ */
+$binary_logs = PMA_DBI_fetch_result('SHOW MASTER LOGS', 'Log_name', null, null,
+ PMA_DBI_QUERY_STORE);
?>
diff --git a/server_binlog.php b/server_binlog.php
index d7cf8e2b4..8d0e4d2d9 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -1,57 +1,83 @@
' . "\n"
- . ($cfg['MainPageIconic'] ? '' : '' )
- . ' ' . $strBinaryLog . "\n"
- . '' . "\n";
-
-if (!isset($log)) {
- $log = '';
+if (! isset($_REQUEST['pos'])) {
+ $pos = 0;
+} else {
+ /* We need this to be a integer */
+ $pos = (int) $_REQUEST['pos'];
}
-/**
- * Display log selector.
- */
-if (count($binary_logs) > 1) {
- echo '
-
- ![]() ![]() |
+ alt="" />
+
+
+ |||||||||||
- | - | - | - | - | + | + | + | + | + | + |
---|