R: wrong field size on query like 'show slave status'

2006-01-11 Thread AESYS S.p.A. [Enzo Arlati]
compatibility between mysql server 5 and client mysql 4.1.3 ? -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Inviato: mercoledi 11 gennaio 2006 16.20 A: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Mysql. Com (E-mail) Oggetto: Re: wrong field size on query like 'show slave st

Re: wrong field size on query like 'show slave status'

2006-01-11 Thread SGreen
"AESYS S.p.A. [Enzo Arlati]" <[EMAIL PROTECTED]> wrote on 01/11/2006 03:00:37 AM: > > I found out that when I run a query like 'show slave status' mysql I get > wrong size of the data field. > > The component I using to read the field are using the field length by the db > to allocate the spac

wrong field size on query like 'show slave status'

2006-01-11 Thread AESYS S.p.A. [Enzo Arlati]
I found out that when I run a query like 'show slave status' mysql I get wrong size of the data field. The component I using to read the field are using the field length by the db to allocate the space for data, so the mismatch cause the read of truncated data. Is this bug already known, and if