10 messages in com.mysql.lists.mysqlRE: disappearing data - please help!| From | Sent On | Attachments |
|---|---|---|
| Sheryl Canter | 29 Jan 2005 22:48 | |
| Sheryl (Permutations Software) | 30 Jan 2005 12:28 | |
| Jason Martin | 30 Jan 2005 12:37 | |
| Sheryl (Permutations Software) | 30 Jan 2005 13:03 | |
| Jason Martin | 30 Jan 2005 13:20 | |
| Mark | 30 Jan 2005 13:46 | |
| leegold | 30 Jan 2005 14:06 | |
| Sheryl (Permutations Software) | 31 Jan 2005 05:41 | |
| Mark | 31 Jan 2005 06:30 | |
| Sasha Pachev | 31 Jan 2005 11:54 |
| Subject: | RE: disappearing data - please help!![]() |
|---|---|
| From: | Mark (adm...@asarian-host.net) |
| Date: | 01/30/2005 01:46:25 PM |
| List: | com.mysql.lists.mysql |
-----Original Message----- From: Sheryl (Permutations Software) [mailto:she...@permutations.com] Sent: zondag 30 januari 2005 21:31 To: mys...@lists.mysql.com Subject: disappearing data - please help!
What makes this all the more mysterious is that it happens intermittently. Sometimes when the script completes and reports success, the record really is there, and sometimes it's not. I am going crazy with this.
Sounds like a concurrency problem to me. Is your code ACID (Atomicity, Concurrency, Isolation, Durability) safe?
I do not think it is a "commit" problem. For one, because PHP/Perl client interfaces almost always default to auto-commit (so you would have to have disabled it explicitely); and, for two, because, as long as your MySQL server still runs, the data is transparently present (whether physically saved to disk or not).
I tried adding the connection because it's in all the other files, but I couldn't. Whenever I tried, I got a warning and then an error about it being a bad link. But this is not a bad link. It's the same link I'm using in every file in this database application.
I take it by "link" you mean something which describes your database:user:password, etc? Please, show the error. And you are not sharing the same database handle for multiple connection, btw, right?
- Mark
System Administrator Asarian-host.org
--- "If you were supposed to understand it, we wouldn't call it code." - FedEx




