From 921184efafad6fa21329c5c4cdb5d35032914720 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 15 Jan 2020 20:14:19 +0100 Subject: [PATCH] Add ChangeLog entry for #15729 (the STORED keyword is supported as an alias for the PERSISTENT keyword.) https://mariadb.com/kb/en/generated-columns/#mysql-compatibility-support Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 8e379ca0c0..2e99389fd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - issue #15491 Improve complexity of generated passwords - issue #14909 Add a configuration option to define the 1st day of week - issue #12726 Made user names clickable in user accounts overview +- issue #15729 Improve virtuality dropdown for MariaDB > 10.1 5.0.2 (not yet released) - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page