Debugging MySQL on Windows.
Posted by: Sela Lerer
Date: October 17, 2005 02:17AM

Hello.

I'm trying to run MySQL server step-by-step in order to find out something about using LOAD DATA INFILE from a Windows pipe (not relevant to the problem).

I downloaded the Windows source (which includes *.pdb files and other files requiered by Visual Studio) and compiled in Debug mode. When I started running the program I found that it tries to start a service (which Windows doesn't let it, so it quits after about 20 seconds). So I tries changing the compilation configuration from "Debug" to "classic", now the VS gave me a message that "mysqld-nt.exe" has no debuggin information (there for it can only show me assembly code).

How can I make it compile and run a "stand alone" version of MySQL server that is debugable?

Thanks,
Sela.

Options: ReplyQuote


Subject
Views
Written By
Posted
Debugging MySQL on Windows.
814
October 17, 2005 02:17AM
362
October 20, 2005 02:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.