MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Building MySQL on HP-UX 11.31 Itanium
Posted by: abhijeet nayak
Date: June 28, 2010 01:28AM

Hi David,

Thanks for pointing out the changes which is causing the problem.
http://lists.mysql.com/commits/69536

I just changed the

line=batch_readline(status.line_buff, &truncated);
to
line=batch_readline(status.line_buff);

and corresponding the definition of the function in the readline.c (check the file name).

I know this is not the correct way to resolve this issue. But at present I found this is the only solution.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Building MySQL on HP-UX 11.31 Itanium
1756
June 28, 2010 01:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.