From 8282a7f1b64e75ac05451208b05dfb2f8d2a1eb3 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 23 Mar 2019 09:01:35 +0100 Subject: [PATCH] Add ChangeLog entry for #14931 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a8e706d985..4bbdddf927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ phpMyAdmin - ChangeLog - issue Fixed wrong property name on TableStructureController - issue #14811 Fix SHOW FULL TABLES FROM when a table is locked - issue #14916 Fix bug when creating or editing views +- issue #14931 Fixed php error when using a query like SELECT 1 INTO @a; SELECT @a; in inline query edit 4.8.5 (2019-01-25) - issue Developer debug data was saved to the PHP error log