MXS-2411: Implicitly use latest API version

The request API prefix is now simply ignored as it has no meaning as long
as there is a single version of the API.
This commit is contained in:
Markus Mäkelä
2019-04-18 13:00:39 +03:00
parent a471417150
commit 3e41a601f8
4 changed files with 8 additions and 17 deletions

View File

@ -285,7 +285,7 @@ public:
*
* @return True if prefix is present and was successfully removed
*/
bool validate_api_version();
void fix_api_version();
private: