Error 1671: Statement is unsafe because it invokes a trigger or a stored function that inserts into
Error Code
SQLSTATE
Error
Description
1671
HY000
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS
Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
PreviousError 1670: The statement is unsafe because it uses the general log, slow query log, or performance_NextError 1672: Statement is unsafe because it uses a UDF which may not return the same value on the sla
Last updated
Was this helpful?