Commit 79983b06 79983b060f6d2b31561f2b1bd14e18415aaea235 by Sergey Poznyakoff

Changes to MySql

1 parent c4264da4
Showing 1 changed file with 10 additions and 0 deletions
1 2001-09-05 Sergey Poznyakoff
2
3 * MySql/MySql.h: New defines MHOST, MPORT, etc.
4 * MySql/MySql.c: Improved error logging. Fixed memory leak due
5 to absence of mysql_close() calls (noticeable on imap4d when
6 doing multiple login attempts).
7 Provide configurable parameters to mysql_real_reconnect to
8 allow connecting to the remote database and/or non-standard
9 ports.
10
1 2001-09-04 Alain Magloire 11 2001-09-04 Alain Magloire
2 12
3 * mailbox/mbx_imap.c (message_operation): Check if the 13 * mailbox/mbx_imap.c (message_operation): Check if the
......