failed to read auto-increment value
Reported by Gaspard Bucher | February 12th, 2009 @ 11:03 PM | in 1.0
This is a bad one: mysql crash due to the insertion of the link with id == -1 to ease sorting and grouping when the links table is not used in all clause.
Should replace -1 by 0.
Please do not use current version of zena with mysql > 5.1.23 until this is fixed.
Comments and changes to this ticket
-
Gaspard Bucher February 13th, 2009 @ 10:30 AM
- State changed from new to resolved
(from [8de890582d73d15f63c6e537919dd7bd9343134c]) Fixed a (BAD) problem with links.id (-1) which would cause auto-increment to fail [#239 state:resolved]. http://github.com/zena/zena/comm...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Referenced by
- 239 failed to read auto-increment value (from [8de890582d73d15f63c6e537919dd7bd9343134c]) Fixed a...