From c014e1fbd03f67d726f3bef824de3dd7bcf8ec55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 11 Sep 2001 09:28:08 +0000 Subject: [PATCH] no message --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index d19fce05a..59b574c0f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,19 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-09-11 Loïc Chapeaux + * libraries/read_dump.lib.php3; read_dump.lib.php3: + - moved the 'split_sql_file()' function from the library to the main + script, then removed the library; + - tried some fixes for bugs with comments characters in dump files (see + bug #444279) and taked into account "-- " styled comments; + - disactivated the "/*!...*/" syntax for MySQL < 3.22.07; + - optimized the 'split_sql_file()' function (there is still some work to + do: just try to import the dump file from phpNuke with a distant + connection...). + * libraries/function.js: limit the number of characters displayed in the + confirmation box. + 2001-09-10 Loïc Chapeaux * sql.php3, line 177: simple "SELECT" statements like "SELECT 1+1" were failing because they were added a "LIMIT" clause.