From 7e88d9999077d0f9d3506056111e5176bb478543 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 31 Jul 2006 13:31:14 +0000 Subject: [PATCH] bug #1526000, copy table on MySQL 5.0.23+ --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a2ce76e2..ee7a8db0b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-07-30 Marc Delisle + * libraries/sqlparser.lib.php: bug #1526000, copy table on MySQL 5.0.23+, + thanks to Rapsys Phoenix - rapsys 2006-07-28 Michal Čihař * scripts/setup.php: Protect against php code input from user (bug