|
Home > Archive > MySQL ODBC Connector > December 2005 > field truncate trying to using 'show slave status'
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
field truncate trying to using 'show slave status'
|
|
| AESYS S.p.A. [Enzo Arlati] 2005-12-27, 9:23 am |
|
I'm using mysql 5.0.15 on windows 2000.
I connect to database using MYDAC component, which seems to work well
enough.
I got a problem when I tried to load the resultset returned by a query like
'show slave status'.
In this case some of the fields are truncated.
As example the first field named 'Slave_IO_State' should have a value like
'Waiting for master to send event', while the field i got have only 'Waiting
for ma'.
If I use MysqlBrowser or yog demo , I get the whole string.
Is this a limit of mysql ( I got the 5.0.15 wins revision ) or a MYDAC (rev
3.50) limit or I simply missed something else ?
regards, Enzo
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| Gleb Paharenko 2005-12-27, 1:23 pm |
| Hello.
> Is this a limit of mysql ( I got the 5.0.15 wins revision ) or a MYDAC
>(rev 3.50) limit or I simply missed something else ?
I'm not a MYDAC (Delphi, C++ Builder) expert, but in my opinion, the
problem is not in MySQL, because Query Browser and SQLyog use native
MySQL C API and have no problems. MYDAC can work with MySQL in two ways
- using MySQL client or native MySQL network protocol. Which of these
two options are you using?
AESYS S.p.A. [Enzo Arlati] wrote:
> I'm using mysql 5.0.15 on windows 2000.
> I connect to database using MYDAC component, which seems to work well
> enough.
> I got a problem when I tried to load the resultset returned by a query like
> 'show slave status'.
> In this case some of the fields are truncated.
> As example the first field named 'Slave_IO_State' should have a value like
> 'Waiting for master to send event', while the field i got have only 'Waiting
> for ma'.
>
> If I use MysqlBrowser or yog demo , I get the whole string.
>
> Is this a limit of mysql ( I got the 5.0.15 wins revision ) or a MYDAC (rev
> 3.50) limit or I simply missed something else ?
>
> regards, Enzo
>
>
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Gleb Paharenko
/ /|_/ / // /\ \/ /_/ / /__ Gleb.Paharenko@ensita.net
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
|
|
|
|
|