Hi,
i'm using
UniDac 6.0.1
MySQL 5.1.54 - 64bit
If I execute "SHOW ENGINE INNODB STATUS" from a TUniQuery, the "status" field appears truncated at 10 characters.
Is there a work-around?
Thanks
MYSQL - SHOW ENGINE INNODB STATUS TRUNCATED
-
- Posts: 2
- Joined: Fri 19 Feb 2016 14:01
Re: MYSQL - SHOW ENGINE INNODB STATUS TRUNCATED
This MyDAC behaviour is absolutely correct. MyDAC sets TField.Size based on the value returned by MySQL server for each column. While executing "SHOW ENGINE INNODB STATUS" MySQL returns the Status field size equal to 10.
-
- Posts: 2
- Joined: Fri 19 Feb 2016 14:01
Re: MYSQL - SHOW ENGINE INNODB STATUS TRUNCATED
I understand that this behaviour is correct.
I'm asking if there is a work-around for "reading" the INNO DB STATUS..
If I ask it with several MySQL GUI I can read it correcly.
Thanks
I'm asking if there is a work-around for "reading" the INNO DB STATUS..
If I ask it with several MySQL GUI I can read it correcly.
Thanks
Re: MYSQL - SHOW ENGINE INNODB STATUS TRUNCATED
We will try to avoid this behavior of MySQL server in the next version of MyDAC.