7 messages in com.mysql.lists.mysqlRe: mysql/alpha bug
FromSent OnAttachments
Eric Ding17 Jun 1999 11:45 
Todd Vierling17 Jun 1999 13:03 
Alvin Starr17 Jun 1999 13:04 
Nick Rawlings17 Jun 1999 18:20 
Alvin Starr17 Jun 1999 18:52 
Nick Rawlings17 Jun 1999 19:01 
Alvin Starr18 Jun 1999 05:57 
Subject:Re: mysql/alpha bug
From:Todd Vierling (tv@pobox.com)
Date:06/17/1999 01:03:22 PM
List:com.mysql.lists.mysql

On Thu, 17 Jun 1999, Eric Ding wrote:

: used to store strings that can be larger than 255 characters. On the : Alpha port, creating a table with text (as opposed to varchar) datatypes : and then adding entries in somehow corrupts the table. If I try do a : "select *" command, then the server will often crash. When it doesn't : crash, it shows garbled/chopped text or none at all. I've included below : a log from a MySQL session.

I've seen it. It's very likely a thread-locking problem, as I've seen it do things like make all rows of a column have the first four characters correct, and then the rest are all the same for every row, i.e.:

applchoke oranchoke lettchoke kiwichoke spinchoke carrchoke artichoke

This reeks of race condition.