- File a request for crash recovery tests and wait a few months
- File a request for error injection tests during InnoDB DDL and wait a few months
- Lose a table during alter table because untested error handling is incorrect and blog about it
Friday, December 2, 2011
Marketing a bug in 3 easy steps
Subscribe to:
Post Comments (Atom)


We have seen it quite some times (reported by customers) that an operation fails due to a name conflict on temporary tables. I am not sure we experienced data loss though, but in several cases emptying the /tmp folder from old garbage solved the issue.
ReplyDeleteWasn't it possible that the server simply catch this exception and try another name for the temporary table in such case?
Peter Laursen
Webyog
The code that uses the temp filename is far removed from the code that generates it.
ReplyDeleteIs the intention with this post to:
ReplyDelete- perform marketing
or
- instruct how to perform marketing ?
(or both)
/Jonas
Good question. Only time will tell.
ReplyDelete