[Mono-list] poor mysql performance under debian testing

Duncan Mak duncan@ximian.com
Tue, 18 May 2004 02:09:38 -0400


Hello Reggie,

On Tue, 2004-05-18 at 00:41, Duncan Mak wrote:
> With everything in place, I still have a few problems. As it is,
> ByteFX is not buildable from Mono CVS.

Okay, it's all good now. It builds fine.

> ./mysqlclient/transcaction.cs(76) error CS0117:
> `ByteFX.Data.MySqlClient.Driver' does not contain a definition for
> `SendCommand'

After rebuilding everything from CVS, this error disappeared.

> I can make a quick patch for the error in the UnixEndpoint constructor

Here is the ChangeLog for the patch:

2004-05-18  Duncan Mak  <duncan@ximian.com>

        * Common/StreamCreator.cs (CreateUnixSocketStream): Instead of
        hostList [0], which is a char, use hostList directly. This fixes
        the build.

That's all. ByteFX in the Mono CVS repository should be up to date now.

Duncan.