Merge branch '2.1' into develop

Bringing in MXS-1406
This commit is contained in:
Johan Wikman
2017-09-13 10:02:13 +03:00
5 changed files with 13 additions and 1 deletions

View File

@ -362,6 +362,9 @@ const char* qc_op_to_string(qc_query_op_t op)
case QUERY_OP_ALTER:
return "QUERY_OP_ALTER";
case QUERY_OP_CALL:
return "QUERY_OP_CALL";
case QUERY_OP_CHANGE_DB:
return "QUERY_OP_CHANGE_DB";