Describe the bug
User can not kill it own session with 'kill' cmd
To Reproduce
- connect to doris with a non-root user;
- connect to doris use same user from different host
- execute 'show processlist' and try to kill the first connect with 'kill connect_id';
- error: ERROR 1095 (HY000): You are not owner of thread 61711
Expected behavior
User should be able to kill its own connections.