Bug #81726
closedInstall tool fatals on invalid table name
100%
Description
If the list of tables returned by mysql contains an invalid table name, the mysqli driver in the core throws an exception, breaking the install tool initial wizard in the database selection step.
The core should catch the exception and convert if to an error message and also simply skip invalid tables names.
To reproduce the error, create a directory .config
in the mysql data dir and restart mysql. it should show an invalid table name like #mysql50#.config
in the list of tables.
Updated by Markus Hölzle over 7 years ago
I'm working on this during the coding night
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53498
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53498
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53629
Updated by Markus Hölzle over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 628357625f41f71740ffcf7ab0c738d2adf1671b.