From: Sasha Pachev Date: April 30 1999 3:03pm Subject: Re: Listing not complete List-Archive: http://lists.mysql.com/mysql/2699 Message-Id: <3729C65D.279FB433@direct1.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Roland Carlsson wrote: > > Hi! > I'm running a mysqldatabase testing a webshoppingapplication (long word). When running a select in the mysql-client i got this output: > > col1 | col2 | col3 | col4 | col5 | > ------------------------------------------- > data4 | data4 > -------------------------------------------- > > It should be: > > col1 | col2 | col3 | col4 | col5 | > ------------------------------------------- > data1 | data2 | data3 | data4 | data4 > -------------------------------------------- > > My question is: Where does data1, data2 and data3 goes. They exist in the database becaues the application finds them but the mysql-client doesn't, or atleast doesn't shows it properly. It is a know error? > > Roland Carlsson Make sure your termcap/terminfo stuff is not corrupt. Also check to make sure that the data has no funny characters that could mess up the way the data looks ( e.g having a \r will move the cursor to the start of the line). -- Sasha Pachev http://www.sashanet.com