READ-COMMITTED For this to work correctly, all tables must have a primary key. The following table(s) do not have a primary key:

Created on 1 May 2023, over 1 year ago
Updated 13 February 2024, 9 months ago

Problem/Motivation

MYSQL READ-COMMITTED
For this to work correctly, all tables must have a primary key. The following table(s) do not have a primary key: webform_timeout, date_recur__node__field_mydaterecur, poll_vote, user_activity_send, amazon_item_participant, activity_notification_status, regcode_users, user_activity_digest. See the setting MySQL transaction isolation level page β†’ for more information.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @SocialNicheGuru
  • πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

    could uuid be used as primary key

    mysql> desc webform_timeout;
    +---------+---------+------+-----+---------+-------+
    | Field | Type | Null | Key | Default | Extra |
    +---------+---------+------+-----+---------+-------+
    | webform | text | NO | MUL | NULL | |
    | uid | int(11) | NO | | 0 | |
    | created | int(11) | NO | | 0 | |
    +---------+---------+------+-----+---------+-------+

Production build 0.71.5 2024