Bug #8553 | Constraint violation messages | ||
---|---|---|---|
Submitted: | 16 Feb 2005 18:06 | Modified: | 12 Aug 2005 9:56 |
Reporter: | Ralf Wiebicke | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | 4.1.8a | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[16 Feb 2005 18:06]
Ralf Wiebicke
[16 Feb 2005 20:24]
Heikki Tuuri
Ralf, I assume that you know that SHOW INNODB STATUS prints a detailed explanation of the latest foreign key error. Better foreign key error messages are in the TODO. Regards, Heikki
[17 Feb 2005 13:13]
Ralf Wiebicke
Hi! Thank you for the fast response. I did not know about SHOW INNODB STATUS. I tried it and I have three problems with it: (1) The command requires super privilege, and in our application one doesnt want give the application server the super privilege. (2) The latest foreign key violation is some kind of global error variable. With many threads accessing the database concurrently one cannot be sure, that the error in the innodb status really belongs to the error message gotten a moment before. (3) The is no solution at all for the unique constraints. So I'll try to workaround in the application. Best regards, Ralf.
[17 Feb 2005 14:08]
Ralf Wiebicke
I had a close look at appendix C "MySQL and the Future", but I couldn't find anything about constraint error messages. Is there any other TODO list I'm not aware of? Ralf.
[12 Aug 2005 9:56]
Osku Salerma
Duplicate of #3443.