Skip to content

ID-Limit erreicht in rex_tmp_search_it_keywords #441

@bitshiftersgmbh

Description

@bitshiftersgmbh
-- In sql.php line 414:
 
  Error while executing statement "
                        INSERT INTO `rex_tmp_search_it_keywords`
                        (keyword, soundex, metaphone, colognephone, clang)
                        VALUES
                         ...

ON DUPLICATE KEY UPDATE count = count + 0" using para
  ms []! SQLSTATE[22003]: Numeric value out of range: 167 Out of range value
  for column 'id' at row 1

In der Table selbst sieht es so aus:

Image

Updates sind durch das Limit des ID-Feldes gerade quasi lahmgelegt.

Frage für den schnellen Fix: Kann man die Table leeren, Auto-Increment resetten und hat dann wieder 5 Jahre Ruhe oder was ist hier der beste Weg für einen Workaround, damit search_it auch weiter gut funktioniert?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions