Luiz Rafael Culik Guimaraes wrote:
Dear Friends

Running the follow query

select max( sr_recno) from test_table down work for re
the error  id returned by  mysql_errno is 3731792

server is 4.1.1a-alpha

Table structure is
SR_DELETEC char(1)
SR_RECNO bigint(15) PRI auto_increment
VALUE double(18,6)
OBS text ENABLE tinyint(4)
DATE_LIM date
days double(6)
percent double(8,2)
descr varchar(50)
cardid char(1)
code_id varchar(8)

Does it work from command line client?


If yes, double-check your client code to make sure it has no bugs. If not, it would be a bug in MySQL itself, and you need to prepare a test case for a bug report.

--
Sasha Pachev
Create online surveys at http://www.surveyz.com/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to