please help
One of tables in database starts inserting wrong data. I'm doing simple
insert into operator_poll(operator_id, poll_id, activity_id) values (1,2,3);
and got
+-------------+---------+----------------------------+-------------+
| operator_id | poll_id | time | activity_id |
+=============+=========+============================+=============+
| 1 | 1010 | 2018-06-01 09:53:22.000000 | 1 |
+-------------+---------+----------------------------+-------------+
before that I was importing a lot data in this table may be it has some cache?
My version of Monet is Jul2017-SP2