Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-06-22 10:44:00 +03:00
7 changed files with 184 additions and 15 deletions

View File

@ -95,7 +95,7 @@ bool RWBackend::write(GWBUF* buffer, response_type type)
}
}
return mxs::Backend::write(buffer);
return mxs::Backend::write(buffer, type);
}
void RWBackend::close(close_type type)