Edgewall Software

Changes between Version 78 and Version 79 of MySqlDb


Ignore:
Timestamp:
Jun 24, 2022, 10:44:58 PM (22 months ago)
Author:
figaro
Comment:

Update link

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v78 v79  
    168168==== Ticket numbers are not incrementing by one
    169169
    170 The database schema specifies autoincrement for several columns, including the column for ticket IDs. In MySQL, the autoincrement value is configurable and defaults to `1`. If the sequence of ticket IDs is not incrementing by 1, the [http://dev.mysql.com/doc/refman/5.7/en/replication-options-master.html#sysvar_auto_increment_increment auto_increment_increment] value in `my.cnf` probably needs to be changed to `1`.
     170The database schema specifies autoincrement for several columns, including the column for ticket IDs. In MySQL, the autoincrement value is configurable and defaults to `1`. If the sequence of ticket IDs is not incrementing by 1, the [https://dev.mysql.com/doc/refman/8.0/en/replication-options-source.html#sysvar_auto_increment_increment auto_increment_increment] value in `my.cnf` probably needs to be changed to `1`.