Hotfix-create-proc-to-kill-connection #2385

Merged
carlosap merged 3 commits from Hotfix-create-proc-to-kill-connection into master 2024-04-30 07:06:44 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit e55658e6b3 - Show all commits

View File

@ -1,5 +1,7 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `util`.`connection_kill`(vConnectionId BIGINT)
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `util`.`connection_kill`(
vConnectionId BIGINT
)
BEGIN
/**
* Kill a connection