Branch: refs/heads/QA_4_5 Home: https://github.com/phpmyadmin/phpmyadmin Commit: c197c3fba58a6c4fe4d801e9609408bd1339d6db https://github.com/phpmyadmin/phpmyadmin/commit/c197c3fba58a6c4fe4d801e96094... Author: Michal Čihař michal@cihar.com Date: 2016-01-04 (Mon, 04 Jan 2016)
Changed paths: M ChangeLog M libraries/DatabaseInterface.class.php M libraries/Table.class.php M libraries/db_table_exists.lib.php M test/classes/PMA_Table_test.php M test/libraries/PMA_display_export_test.php
Log Message: ----------- Fix handling of databases with dot in a name
We do not need to concatenate and parse the items, the cache backend accepts array directly.
Fixes #11798
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 912f96114dc803404e2854ebb5796757a4eeedb6 https://github.com/phpmyadmin/phpmyadmin/commit/912f96114dc803404e2854ebb579... Author: Michal Čihař michal@cihar.com Date: 2016-01-05 (Tue, 05 Jan 2016)
Changed paths: M ChangeLog M libraries/DatabaseInterface.class.php M libraries/Table.class.php M libraries/db_table_exists.lib.php M test/classes/PMA_Table_test.php M test/libraries/PMA_display_export_test.php
Log Message: ----------- Merge pull request #11815 from nijel/dot-database
Fix handling of databases with dot in a name
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b16bec706a99...912f96114dc8