mysql function uses error

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de wrong solution

 

This is what we opened the bin-log, we have to specify whether or not our function is
1 DETERMINISTIC uncertain
2 NO SQL no SQl statement, of course, does not modify the data
3 READS SQL DATA just read the data, of course, will not be modified data
4 MODIFIES SQL dATA to modify
5 cONTAINS SQL contains SQL statements

which function which, only DETERMINISTIC, NO SQL and READS SQL dATA is supported. If we open the bin-log, we must specify a parameter to our function.


This error occurs when creating a solution functions in MySQL:
the SET, Ltd. Free Join log_bin_trust_function_creators = TRUE;

Guess you like

Origin www.cnblogs.com/gered/p/11652860.html