You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)
[Err] CREATE DEFINER=root@localhost FUNCTION __mydiv(a int, b int) RETURNS bigint(20)
BEGIN
return FLOOR(a / b);
END;
Msg: Finished - Unsuccessfully
The text was updated successfully, but these errors were encountered:
[Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)
[Err] CREATE DEFINER=
root
@localhost
FUNCTION__mydiv
(a
int,b
int) RETURNS bigint(20)BEGIN
END;
Msg: Finished - Unsuccessfully
The text was updated successfully, but these errors were encountered: