From 57607e062b794f0b641c0e14250876905e89a86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Feb 2016 12:28:24 +0100 Subject: [PATCH] Add changelog for SQL parser update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c0d1b454b..f9c9b2153f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ phpMyAdmin - ChangeLog ====================== +4.5.5.1 (not yet released) +- issue #11971 CREATE UNIQUE INDEX index type is not recognized by parser. +- issue #11982 Row count wrong when grouping joined tables. +- issue #12012 Column definition with default value and comment in CREATE TABLE expoerted faulty. +- issue #12020 New statement but no delimiter and unexpected token with REPLACE. + 4.5.5.0 (2016-02-22) - issue Undefined index: is_ajax_request - issue #11855 Fix password change on MariaDB 10.1 and newer