From 23ce3c61885c45634f1cb57661fadf47ff85ce1d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 7 Oct 2010 15:24:36 +0200 Subject: [PATCH] Microseconds are not stored in MySQL --- adminer/include/export.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/export.inc.php b/adminer/include/export.inc.php index 052ab975..93d827be 100644 --- a/adminer/include/export.inc.php +++ b/adminer/include/export.inc.php @@ -111,7 +111,7 @@ function dump_data($table, $style, $select = "") { echo truncate_sql($table) . ";\n"; } $fields = fields($table); - $result = $connection->query(($select ? $select : "SELECT * FROM " . table($table)), 1); // 1 - MYSQLI_USE_RESULT //! enum and set as numbers, microtime + $result = $connection->query(($select ? $select : "SELECT * FROM " . table($table)), 1); // 1 - MYSQLI_USE_RESULT //! enum and set as numbers if ($result) { $insert = ""; $buffer = "";