My server is running a patched version of MySQL 5.0 that fixes the bug blocking use of this module in 5.0. I think the module should simply provide an hyper-obvious warning message for users of 5.0 rather than disallowing installation.

Comments

nicholas.alipaz’s picture

Another, likely better, solution would be to test whether a nested join actually works correctly within the hook_requirements() rather than a test for MySQL version.

nicholas.alipaz’s picture

Title: Make error for MySQL 5.1 a warning instead » Test for whether nested joins work, instead of testing database version

Updating title to reflect my suggesting in #1.

markus_petrux’s picture

Status: Active » Closed (won't fix)

Sorry, I'm afraid I cannot support patched versions of MySQL.