diff --git a/server/modules/filter/maxrows/maxrows.c b/server/modules/filter/maxrows/maxrows.c index c5e520439..3949a1180 100644 --- a/server/modules/filter/maxrows/maxrows.c +++ b/server/modules/filter/maxrows/maxrows.c @@ -360,6 +360,9 @@ static int clientReply(FILTER *instance, void *sdata, GWBUF *data) csdata->instance->config.max_resultset_size / 1024); csdata->state = MAXROWS_IGNORING_RESPONSE; + + /* Send empty result set */ + return send_ok_upstream(csdata); } }