-
-
Notifications
You must be signed in to change notification settings - Fork 65
Finished - Unsuccessfully #16
Copy link
Copy link
Open
Description
[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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels