摘要: MySQL开启bin-log后,调用存储过程或者函数以及触发器时,会出现错误号为1418的错误: ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL,or READS SQL DATA in its declarat 阅读全文
posted @ 2020-12-21 10:30 ascertain 阅读(268) 评论(0) 推荐(0)
摘要: try { // throw 1; // throw new Number(2) // throw new String('uiop') // throw ('uiop') // throw null; // throw undefined; // throw {}; // throw ()=>1; 阅读全文
posted @ 2020-12-21 01:16 ascertain 阅读(125) 评论(0) 推荐(0)