MXS-1406 Report CALL operation
Basically it would be trivial to report far more operations explicitly, but for the fact that the values in qc_query_op_t currently, quite unnecessarily, form a bitmask. In 2.2 that is no longer the case, so other operations will be added there.
This commit is contained in:
@ -530,6 +530,9 @@ const char* qc_op_to_string(qc_query_op_t op)
|
||||
case QUERY_OP_REVOKE:
|
||||
return "QUERY_OP_REVOKE";
|
||||
|
||||
case QUERY_OP_CALL:
|
||||
return "QUERY_OP_CALL";
|
||||
|
||||
default:
|
||||
return "UNKNOWN_QUERY_OP";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user