Got error 10000 'Error on remote system: 1064: Unknown session variable 'time_zone' in SET statement' from FEDERATED

10.3.27-MariaDB-0+deb10u1
manticore_2.4.1
Debian 10 x86_64

Please help. I connect manticore index test with MariaDB using

CREATE TABLE test
ENGINE=FEDERATED
DEFAULT CHARSET=utf8
CONNECTION=‘mysql://root@127.0.0.1:9306/DB/test’

But when I try to insert anything using MySQL

INSERT INTO test (item_id, title, tags) VALUES(‘1’,‘1’,‘1’);

I hav an error message

Got error 10000 ‘Error on remote system: 1064: Unknown session variable ‘time_zone’ in SET statement’ from FEDERATED

it could be better to create ticket at Github there to put all info that reproduces issue locally

Спасибо попробую, может быть я как то не так понимаю интеграцию с MySQL и это и не должно работать?

видать какая-то ошибка связаная с системным вызовом SET time_zone - который не обрабатывается сервером manticore

Но почему mariadb стало звать эту команду и в каком случае - не понятно