From a4602e8b7e268dce43bb6c9d7d713fb30feac905 Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Sat, 23 Jun 2001 22:08:44 +0000 Subject: [PATCH] merge tbl_dump and db_dump --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17a5785a5..ff051cc10 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-06-23 Steve Alberty + * tbl_dump.php3: merge with db_dump.php3, db_dump is now obsolete + * db_details.php3: change from db_dump.php3 to tbl_dump.php3 + 2001-06-23 Loïc Chapeaux * main.php3: Rewrote this script so it fits PEAR codding standards and produces an xhtml compliant output. @@ -16,8 +20,9 @@ $Source$ * sql.php3: bug 434405: percent bug in delete queries 2001-06-22 Steve Alberty - * tbl_dump.php3: add timecode in dump, add linefeed at end of file - and change phpMyAdmin URI to sourceforge + * tbl_dump.php3: add timecode,mysql version in dump header, + add linefeed at end of file and change + phpMyAdmin URI to sourceforge * Speed up table copy; use insert select instead of get_table_content * tbl_copy.php3: fixes serious problem with copy table and new structure definition