Clarity and Precision in Error Handling: Emphasizes the importance of informative error messages and contextually appropriate recovery actions, thereby enhancing system robustness
Instead of generating generic and uninformative exceptions like '#1064 - syntax error, unexpected '-'', ensure this particular error message is clear and specific. For instance, could indicate that 'the InnoDB engine is incompatible with the search character -'
While this ticket is specific to this error, it has room to expand scope to all-round Error refactoring for core.
For more context T349869