Skip to Content.
Sympa Menu

en - Re: [en@sympa] error inserting data in sympa database

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Phil Stracchino <address@concealed>
  • To: address@concealed
  • Subject: Re: [en@sympa] error inserting data in sympa database
  • Date: Thu, 19 Feb 2026 10:44:25 -0500

On 2/18/26 14:18, Matthew Goebel (via en Mailing List) wrote:
Looks similar to mine ...


I see the same in my MariaDB Galera cluster:


MySQL 127.0.0.1> show create table logs_table\G
*************************** 1. row ***************************
Table: logs_table
Create Table: CREATE TABLE `logs_table` (
`action_logs` varchar(50) DEFAULT NULL,
`client_logs` varchar(100) DEFAULT NULL,
`daemon_logs` varchar(10) DEFAULT NULL,
`date_logs` int(11) DEFAULT NULL,
`error_type_logs` varchar(150) DEFAULT NULL,
`list_logs` varchar(50) DEFAULT NULL,
`msg_id_logs` varchar(255) DEFAULT NULL,
`parameters_logs` varchar(100) DEFAULT NULL,
`robot_logs` varchar(80) DEFAULT NULL,
`status_logs` varchar(10) DEFAULT NULL,
`target_email_logs` varchar(100) DEFAULT NULL,
`usec_logs` int(6) DEFAULT NULL,
`user_email_logs` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
1 row in set (0.001 sec)



I note that there are no indexes on this table. I don't know whether this *matters*.


--
Phil Stracchino
Fenian House Publishing
address@concealed
address@concealed
Landline: +1.603.293.8485
Mobile: +1.603.998.6958



Archive powered by MHonArc 2.6.19+.

Top of Page