« Return to Thread: what if i need the primary key of a row that is to be inserted?

Re: what if i need the primary key of a row that is to be inserted?

by Rudy Lippan :: Rate this Message:

Reply to Author | View in Thread

On Fri, 24 Aug 2007, Michael Dykman wrote:

> calculating the max key + 1 , as it has been noted, must be done
> transactionally and will therefore require a transactional table

And with a transaction isolation level greater than Read Commited...

-r

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=lists@...

 « Return to Thread: what if i need the primary key of a row that is to be inserted?