fix: refs #4409 Grant CDC stock privileges
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-03-04 09:04:50 +01:00
parent 4e701aaef9
commit 1d592d336a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshBuy`() BEGIN END; CREATE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshBuy`() BEGIN END;
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshOrder`() BEGIN END; CREATE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshOrder`() BEGIN END;
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshSale`() BEGIN END; CREATE DEFINER=`vn`@`localhost` PROCEDURE `stock`.`buyOut_refreshSale`() BEGIN END;
GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshBuy TO 'mycdc-consumer'@'10.0.%.%'; GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshBuy TO 'mycdc-consumer'@'10.0.%.%';
GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshOrder TO 'mycdc-consumer'@'10.0.%.%'; GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshOrder TO 'mycdc-consumer'@'10.0.%.%';