Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003949 | SOGo | Backend Calendar | public | 2016-12-18 11:23 | 2016-12-30 15:32 |
Reporter | andre.peters | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | Debian | OS Version | 8 (Jessie) |
Product Version | nightly master | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0003949: MySQL 5.7: Alarms are deleted right after insertion | ||||
Description | Hi, MySQL 5.7 with dynamic row format and full unicode support. Everything works great, but: sogo-mailcow_1 | 2016-12-18 12:17:59.714 sogod[46] <MySQL4Channel[0x0x7fb664ec9d30] connection=0x0x7fb664eca480> SQL: INSERT INTO sogo_alarms_folder (c_uid, c_recurrence_id, c_path, c_name, c_alarm_number, c_alarm_date) VALUES ('2E-58567080-5-6411B180', 0, '/Users/andre@develcow.de/Calendar/personal', '2E-58567080-5-6411B180.ics', 0, 1482066600); Thanks! :-) | ||||
Tags | No tags attached. | ||||
I think I'm experiencing the same - how did you get this logging? Would try to reproduce this. |
|
Just set "MySQL4DebugEnabled = ON" in your configuration. :-) Tried it with MariaDB 10.0/1 MySQL 5.6/7 and always encounter the same problem. |
|
Ah, thanks :) It's the same for me: 2016-12-20 11:08:50.226 sogod[20740] <MySQL4Channel[0x0x7fdfbb4d8290] connection=0x0x7fdfbb4d89e0> SQL: INSERT INTO sogo_alarms_folder (c_uid, c_recurrence_id, c_path, c_name, c_alarm_number, c_alarm_date) VALUES ('5107-58590300-1-4C1A1F00', 0, '/Users/no-reply@example.com/Calendar/personal', '5107-58590300-1-4C1A1F00.ics', 0, 1482231300); I already found out that the alarms_folder table was always empty, but thought the problem was that I invited a group to the event and there was no account which could accept the invitation, because my groups can't authenticate. But I can reproduce the problem with normal users, too. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-18 11:23 | andre.peters | New Issue | |
2016-12-20 07:13 | ckreutzer | Note Added: 0011041 | |
2016-12-20 08:10 | andre.peters | Note Added: 0011042 | |
2016-12-20 10:19 | ckreutzer | Note Added: 0011043 | |
2016-12-30 15:32 | ludovic | Changeset attached | => sogo master 479b5348 |
2016-12-30 15:32 | ludovic | Assigned To | => ludovic |
2016-12-30 15:32 | ludovic | Resolution | open => fixed |
2016-12-30 15:32 | ludovic | Status | new => resolved |
2016-12-30 15:32 | ludovic | Fixed in Version | => 3.2.5 |
2016-12-30 15:32 | ludovic | Relationship added | has duplicate 0003972 |