3 messages in com.mysql.lists.clusterRE: 1296 - Got error 1 'Unknown error...
FromSent OnAttachments
Pierre Bastoul11 Jul 2006 01:55 
pek...@mysql.com11 Jul 2006 02:36 
Pierre Bastoul13 Jul 2006 09:31 
Subject:RE: 1296 - Got error 1 'Unknown error code'
From:Pierre Bastoul (pie@o10c.fr)
Date:07/13/2006 09:31:12 AM
List:com.mysql.lists.cluster

Thanks Pekka for your workaround : it's running fine for two days now !

-----Message d'origine----- De : pek@mysql.com [mailto:pek@mysql.com] Envoyé : mardi 11 juillet 2006 11:37 À : clus@lists.mysql.com Objet : Re: 1296 - Got error 1 'Unknown error code'

Hi

I'm running 5.0.22 here are the error and the query :

update sessions set expiry = '1152520424', value = 'ttttttt' where sesskey = '21iec4f62v539nh4rhgp2uiai1';

1296 - Got error 1 'Unknown error code' from ndbcluster

This is probably bug#19956 which did not make into 5.0.22. Fix is in 5.0.23 (and 5.0.24 of course).

sesskey varchar(32) NOT NULL default '',

Workaround is to use char(32).