Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently we have error messages like
Table storage engine for 't1' doesn't have this option
|
Got error 123 from storage engine
|
...
|
they should be changed to name the storage engine explicitly:
Storage engine MyISAM of the table 't1' doesn't have this option
|
Got error 123 from storage engine InnoDB
|
...
|