Has anybody built the embedded server libmysqld.dll for windows 2000?
I downloaded the source code, however there is not a project file for the
embedded server. I have compiled the rest of the code, but I would like
to get the embedded server compiled also for a project I am thinking about.
An
I have a table with the following columns
id => int not null auto_increment
stockid => integer
tdate => date
price => float
primary key (id)
key (productid)
The table has 8,000,000+ rows holding 8000+ different stockids.
I have to pull various information from the table the first que