Re: delete corrupts

2002-06-13 Thread cal
issue. See if that clears it up. =C= * * Cal Evans * Techno-Mage * http://www.calevans.com * - Original Message - From: "Nick Traenkner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 12:18 PM Subject: Re: de

Re: delete corrupts

2002-06-13 Thread Nick Traenkner
e everything is fine. So it would seem that the update corrupts something but this corruption doesnt show up until the second delete. I am looking into the update function i am using in php. -nick - Original Message - From: <[EMAIL PROTECTED]> To: "Nick Traenkner" <[EMA

Re: delete corrupts

2002-06-13 Thread cal
* Cal Evans * Techno-Mage * http://www.calevans.com * - Original Message - From: "Ralf Narozny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Nick Traenkner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 12:05 PM Su

Re: delete corrupts

2002-06-13 Thread Ralf Narozny
[EMAIL PROTECTED] wrote: >What version of MySQL? >What interface are you using to execute the delete? > >How do you know you only deleted one of the records? From a CLI, without a >PK, there would be no way to delete only one. Delete from Works where title >= something would delete both of them

Re: delete corrupts

2002-06-13 Thread cal
What version of MySQL? What interface are you using to execute the delete? How do you know you only deleted one of the records? From a CLI, without a PK, there would be no way to delete only one. Delete from Works where title = something would delete both of them. =C= * * Cal Evans * Techno-Mage