Module: ActiveRecordTrilogyFailover::AdapterPatch

Defined in:
lib/activerecord_trilogy_failover/adapter_patch.rb

Constant Summary collapse

MYSQL_READ_ONLY_ERROR_CODE =

MySQL error code for ER_OPTION_PREVENTS_STATEMENT Raised when the server is running with --read-only

1290