Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5, 10.0
-
Component/s: Admin statements
-
Labels:None
-
Sprint:5.5.44
Description
$ client/mysqlcheck -e --protocol=tcp --port=3306 -uroot --process-views views_mysql55 |
views_mysql55.t1 OK
|
views_mysql55.t2 OK
|
views_mysql55.t3
|
note : The storage engine for the table doesn't support check |
client/mysqlcheck: Got error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 when executing 'CHECK VIEW ... EXTENDED' |
Either the tool should refuse to start with conflicting options, or ignore one of them with a warning, or the server should accept the resulting command.