Page 1 of 1

Binary protocol support for MySQL 4.1

Posted: Mon 03 Oct 2005 09:13
by GEswin
Binary protocol support for MySQL 4.1 and above added
Is this new protocol enabled automatically ?? I didn't see any options to set it as default protocol. If it's enabled is there any way to disable it ?

Many thanks

J.Pieter Vos

Posted: Mon 03 Oct 2005 09:26
by Ikar
MySQL supports binary protocol only for prepared statements. You can enable it by using Prepare method or Options.AutoPrepare := True

Posted: Mon 03 Oct 2005 13:40
by GEswin
Thanks Ikar for response.. I looked at MySQL, and at http://dev.mysql.com/doc/mysql/en/c-api ... ments.html I could complety fullfill my question ;)