From df651fe5a590bbfcf4c14d5710fc8dff444eb510 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 31 Aug 2021 00:27:35 +0200 Subject: [PATCH] Add 7 ChangeLog entries for #16906 Signed-off-by: William Desportes --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b94dc962973..1c5fafbd8b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -98,6 +98,13 @@ phpMyAdmin - ChangeLog - issue Fix the display of Indexes that use Expressions and not column names - issue Allow to create the phpMyAdmin storage database using a different name than "phpmyadmin" using the interface - issue #17092 Document that "$cfg['Servers'][$i]['designer_coords']" was removed in version 4.3.0 +- issue #16906 Support special table names for pmadb storage table names +- issue #16906 Fix a caching effect on the feature list after creating the tables +- issue #16906 Better report errors when creating the pmadb or it's tables +- issue #16906 Create the pmadb tables using the names configured and not the default names +- issue #16906 Create the phpMyAdmin storage database using the configured "['pmadb']" name and not always "phpmyadmin" +- issue #16906 Prevent incorrect overriding of configured values after a pmadb fix +- issue #16906 Use the control connection to create the storage database and tables and not the user connection 5.1.1 (2021-06-04) - issue #13325 Fixed created procedure shows up in triggers and events and vice-versa