[phpmyadmin/phpmyadmin] 402eba: Improved error handling on corrupted tables

Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 402ebadb19c115ac19a0f76d368023f0cf76f7c9 https://github.com/phpmyadmin/phpmyadmin/commit/402ebadb19c115ac19a0f76d3680... Author: Michal Čihař <michal@cihar.com> Date: 2017-08-16 (Wed, 16 Aug 2017) Changed paths: M ChangeLog M libraries/controllers/table/TableStructureController.php Log Message: ----------- Improved error handling on corrupted tables Better handle situation where MySQL is unable to give us description of a column. This usually happens when the table is corrupted in some way, but still we should be able to recover from the error and not to fail with dozen of undefined variables. Fixes #13553 Signed-off-by: Michal Čihař <michal@cihar.com>
participants (1)
-
Michal Čihař