Merge branch '2.3' into 2.4

This commit is contained in:
Johan Wikman
2019-09-20 09:36:23 +03:00
7 changed files with 61 additions and 22 deletions

View File

@ -892,6 +892,9 @@ const char* qc_op_to_string(qc_query_op_t op)
case QUERY_OP_SELECT:
return "QUERY_OP_SELECT";
case QUERY_OP_SET:
return "QUERY_OP_SET";
case QUERY_OP_SHOW:
return "QUERY_OP_SHOW";