Closed gaoboal closed 4 months ago
The current method to setting request mode with the select config statement is not concis. Desired to set request mode using set @@execute_mode='request';.
select config
set @@execute_mode='request';
The current method to setting request mode with the
select config
statement is not concis. Desired to set request mode usingset @@execute_mode='request';
.