Hy Emile,

a while ago I updated the patches for the MidgardDatabase to allow for
MidgardDatabase hostname:database user password.

I found a bug within midgard-lib.

In midgard-lib/src/midgard.c on line 189 the database connection handle
is created with the following line:

mgd_easy_connect(mgd, MGD_MYSQL_HOST, database, username, password);

It should be:

        mgd_easy_connect(mgd, hostname, database, username, password);

Otherwise the host parameter would be ignored. Can someone update this
in CVS?

Greetings,
Daniel Reichenbach


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to