MySQL error code
MySQL error 3006
MySQL server error 3006 is ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN, reported with SQLSTATE HY000.
Statement is unsafe because it uses a fulltext parser plugin which may not return the same value on the replica.
| Error | 3006 |
|---|---|
| Name | ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference