Re: Reliability of _rowid over multiple database accesses

2003-10-21 Thread Thierno Cissé
gt; Cc: "Guy Smith" <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 11:48 PM Subject: Re: Reliability of _rowid over multiple database accesses > * Guy Smith > > I'd like to use the _rowid capability of MySQL to improve the > > efficiency of a project, b

Re: Reliability of _rowid over multiple database accesses

2003-10-20 Thread Roger Baklund
* Guy Smith > I'd like to use the _rowid capability of MySQL to improve the > efficiency of a project, but I have concerns about the > reliability of the number it returns. I understand that _rowid > "may change over time depending on many factors," but I'd like to > know whether this is true if t

Reliability of _rowid over multiple database accesses

2003-10-20 Thread Guy Smith
I'd like to use the _rowid capability of MySQL to improve the efficiency of a project, but I have concerns about the reliability of the number it returns. I understand that _rowid "may change over time depending on many factors," but I'd like to know whether this is true if the row is locked.