[rt-users] InnoDB Ticket IDs incrementing by 10?

mike mike at bseder.org
Mon Apr 30 12:40:16 EDT 2007


Hello,

Since upgrading to RT 3.6.3, I've noticed that all of our tickets are
incrementing their ticket numbers/IDs by n+10 -

>From show table status:

| Tickets  | InnoDB |10 | Compact  |  14823 | 248 | 3686400 |   0 |  1146880
| 0 | 24632 | 2007-04-30 09:35:08 | NULL | NULL | latin1_swedish_ci | NULL
|


And the table itself (sorry for the mangling....):

mysql> describe Tickets;
+-----------------+--------------+------+-----+--------------+----------------+
| Field           | Type         | Null | Key | Default      |
Extra          |
+-----------------+--------------+------+-----+--------------+----------------+
| id              | int(11)      | NO   | PRI | NULL         |
auto_increment |
| EffectiveId     | int(11)      | NO   | MUL | 0
|                |
| Queue           | int(11)      | NO   | MUL | 0
|                |
| Type            | varchar(16)  | YES  |     | NULL
|                |
| IssueStatement  | int(11)      | NO   |     | 0
|                |
| Resolution      | int(11)      | NO   |     | 0
|                |
| Owner           | int(11)      | NO   | MUL | 0
|                |
| Subject         | varchar(200) | YES  |     | [no subject]
|                |
| InitialPriority | int(11)      | NO   |     | 0
|                |
| FinalPriority   | int(11)      | NO   |     | 0
|                |
| Priority        | int(11)      | NO   |     | 0
|                |
| TimeEstimated   | int(11)      | NO   |     | 0
|                |
| TimeWorked      | int(11)      | NO   |     | 0
|                |
| Status          | varchar(10)  | YES  |     | NULL
|                |
| TimeLeft        | int(11)      | NO   |     | 0
|                |
| Told            | datetime     | YES  |     | NULL
|                |
| Starts          | datetime     | YES  |     | NULL
|                |
| Started         | datetime     | YES  |     | NULL
|                |
| Due             | datetime     | YES  |     | NULL
|                |
| Resolved        | datetime     | YES  |     | NULL
|                |
| LastUpdatedBy   | int(11)      | NO   |     | 0
|                |
| LastUpdated     | datetime     | YES  |     | NULL
|                |
| Creator         | int(11)      | NO   |     | 0
|                |
| Created         | datetime     | YES  |     | NULL
|                |
| Disabled        | smallint(6)  | NO   |     | 0
|                |
+-----------------+--------------+------+-----+--------------+----------------+

Have I missed something simple?  The version of RT I upgraded from also used
InnoDB tables, so it doesn't seem to me to be an issue with auto_increment
strangeness with InnoDB tables (which I've read a little about).  Any clues?

Thanks!
Mike


--
One way or another, everyone stops bleeding.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070430/092ea205/attachment.htm>


More information about the rt-users mailing list