Hi,

Is it possible to use the embedded server with the archive storage engine
(version 5.0.24a)?

I tried to build it on windows with VS2005, and encountered a few problems.
After I managed to build it, I had an assertion failure in a file close
operation.

I built libmysqld in the following way:

Added ha_archive.cpp to the libmysqld project, and defined HAVE_ARCHIVE_DB
in the project settings dialog.

Then I had a link error.  It seems that this so called development
environment didn't managed to define the #define properly.  (I searched the
source tree, but I was unable to find an #undef for it)

So I put an explicite #define at the beginning of handler.cpp (before the
first #include).
After that, it built.  But now I have the assertion.  Is there anything else
I can do, or it is not supposed to work on the first place.

Thanks

ImRe



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to