OK,here goes more information about my problem:
I have a table with the next structure:
flag char(1)
nextval bigint(20) unsigned autoincrement
The query i execute with no problems in mysql 3.22 is:
select * from table;
REPLACE INTO table values (\'\',nextval+1);
What i obtain with this query is the actual value and the
next value (in then nextval field) of nextval but with
3.23.32 i obtain always nextval=1 in the nextval field.
Thanks.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php