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).