@Tom-Elliott
I did not update yet to 1824, but i did SELECT * FROM HISTORY;
MariaDB [fog]> SELECT * FROM history;
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| hID | hText | hUser | hTime | hIP |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
1 row in set (0.000 sec)
the new session i create are not shown, and dont work until i run the maintenance queries
then it shows in history table:
MariaDB [fog]> SELECT * FROM history;
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| hID | hText | hUser | hTime | hIP |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
| 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 |
| 2 | [2026-04-01 09:10:37] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 09:10:37 | 10.10.3.116 |
+-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+
2 rows in set (0.000 sec)

