Bug #1305 4.1 does not disable ISAM on Windows
Submitted: 16 Sep 2003 10:28 Modified: 16 Sep 2003 21:31
Reporter: Paul DuBois Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1.0-alpha OS:Windows (Windows 2000)
Assigned to: Bugs System CPU Architecture:Any

[16 Sep 2003 10:28] Paul DuBois
Description:
In MySQL 4.1, my_config.h no longer defines HAVE_ISAM,
with the result that ISAM is no longer compiled in by
default.

But config-win.h still defines HAVE_ISAM, resulting in
the inconsistency that ISAM is still compiled in by default,
but only on WIndows.

How to repeat:
SHOW VARIABLES LIKE 'have%', once on Unix, once on Windows.

Suggested fix:
config-win.h shouldn't define HAVE_ISAM.
[16 Sep 2003 15:14] Lenz Grimmer
Greg, please look into that and fix it before we release 4.1.1. Thank you!
[16 Sep 2003 21:31] Greg Weir
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html