mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Add CHECK TABLE to the list of accepted commands.
This is to avoid an error to be reported when executing this command on a CONNECT table. modified: storage/connect/ha_connect.cc
This commit is contained in:
@@ -4440,8 +4440,8 @@ MODE ha_connect::CheckMode(PGLOBAL g, THD *thd,
|
||||
break;
|
||||
// } // endif partitioned
|
||||
|
||||
case SQLCOM_END:
|
||||
// Met in procedures: IF(EXISTS(SELECT...
|
||||
case SQLCOM_CHECK: // TODO implement it
|
||||
case SQLCOM_END: // Met in procedures: IF(EXISTS(SELECT...
|
||||
newmode= MODE_READ;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user