Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
=== Bug report -- MySQL v4.04b, source distribution === Machine specs (build machine and test machine are same machine):

Re: Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Heikki Tuuri
, download MySQL-Max from http://www.mysql.com sql query - Original Message - From: Matt Solnit [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Henry Bequet [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 7:12 PM Subject: Bug report: Embedded MySQL v4.04b

RE: Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
PROTECTED] Cc: Henry Bequet Subject: Re: Bug report: Embedded MySQL v4.04b Matt, thank you for the bug report. I do not have C# in my computer. Did I understand correctly the bug does not appear if you use the Embedded Server Library inside C++? My first note is that you should define USE_TLS in all

bug report: Embedded MySQL v4.04b

2002-11-15 Thread Matt Solnit
=== Bug report -- MySQL v4.04b, source distribution === Machine specs (build machine and test machine are same machine):

Re: bug report: Embedded MySQL v4.04b

2002-11-15 Thread Heikki Tuuri
Matt, since you are using InnoDB, you cannot call server_end() and server_init() again during the lifetime of the process. InnoDB does not clean up its internal data structures in server_end(). Is there some special reason you would need to shut down the server and open it again? Regards, Heikki