From f74efc43616ecf9663ee5f7a20e295952d704818 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 25 Jan 2006 14:57:44 +0000 Subject: [PATCH] affected rows are returned in case of DELETE with no WHERE clause, at least since MySQL 4.0.x --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8d5559bf..29bf37938 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2006-01-25 Marc Delisle * db_details_qbe.php: use PMA_countRecords() when possible, to be able to centralise into it the VIEW detection logic + * sql.php: affected rows are returned in case of DELETE with no WHERE + clause, at least since MySQL 4.0.x, so no need to pre-count 2006-01-25 Sebastian Mendel * server_status.php: