diff --git a/server/modules/routing/schemarouter/schemarouter.c b/server/modules/routing/schemarouter/schemarouter.c index dc4f9c433..e4beff9d3 100644 --- a/server/modules/routing/schemarouter/schemarouter.c +++ b/server/modules/routing/schemarouter/schemarouter.c @@ -3318,11 +3318,13 @@ static rses_property_t* mysql_sescmd_get_property(mysql_sescmd_t* scmd) } /** - * Return RCAP_TYPE_STMT_INPUT. + * @brief Get router capabilities + * + * @return Always RCAP_TYPE_CONTIGUOUS_INPUT */ static uint64_t getCapabilities(MXS_ROUTER* instance) { - return RCAP_TYPE_STMT_INPUT; + return RCAP_TYPE_CONTIGUOUS_INPUT; } /**