Появилась эта ошибка, после переноса базы с одного сервера на другой.
В дебагеЖ
Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
{
'sql' => 'DELETE FROM users_trf WHERE uid=?',
'param' => [
1417
]
};
DELETE FROM users_trf WHERE uid='1417'
Пытался сам - не получилось.
Спасибо за помощь