Projekt

Allgemein

Profil

GX-Bug #64863

Von Wilken Haase vor mehr als 4 Jahren aktualisiert

Bei Verwendung von MySQL-Version >= 8.0 kann es sein, dass Änderungen an den Nummernkreisen scheinbar nicht übernommen werden, d.h. nach dem Speichern erscheint trotz Übernahme in der Anzeige wieder der alte Wert. Grund dafür ist ein mit MySQL 8 eingeführter Cache für Tabellenstatistiken. 
 Lösungsweg: Mit „ANALYZE TABLE table_name“ kann der Cache zurückgesetzt werden. 

 ---- 

 When using MySQL >= 8.0 it may seem that changes in “ID starts“ are not properly saved, i.e. after saving and applying the old values still appear again. The reason for this is a newly introduced cache for table statistics in MySQL 8. 
 Suggested solution: “ANALYZE TABLE table_name” will clear the cache. 

Zurück