目录
摘要:
缩小POC-Q2的语句的范围, 以在更精确的场景中定位问题
https://github.com/stoneatom/stonedb/issues/479
配置参数修改:
[mysqld]
tianmu_ini_allowmysqlquerypath=1
log_bin_trust_function_creators=1
DDL
function:
DELIMITER $$
CREATE FUNCTION get_value(id INT) RETURNS INT
BEGIN
DECLARE FINALVAR INT;
SELECT employee_salary INTO FINALVAR FR