Merge branch '2.1' into 2.2
This commit is contained in:
@ -224,3 +224,8 @@ bool check_for_multi_stmt(GWBUF *buf, void *protocol, uint8_t packet_type)
|
||||
|
||||
return rval;
|
||||
}
|
||||
|
||||
bool check_for_sp_call(GWBUF *buf, uint8_t packet_type)
|
||||
{
|
||||
return packet_type == MXS_COM_QUERY && qc_get_operation(buf) == QUERY_OP_CALL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user