constant LINKCHECKER_MINIMUM_MYSQL in Link checker 6.2
Same name and namespace in other branches
- 5.2 linkchecker.install \LINKCHECKER_MINIMUM_MYSQL
Defines the minimum MySQL version number this module supports.
Previous versions do not support subselects, but for performance reasons the module makes use of them whenever possible. PgSQL do not have this kind of limitations in the versions supported by Drupal 6.
1 use of LINKCHECKER_MINIMUM_MYSQL
- linkchecker_requirements in ./
linkchecker.install - Implementation of hook_requirements().
File
- ./
linkchecker.install, line 15 - Installation file for Link Checker module.
Code
define('LINKCHECKER_MINIMUM_MYSQL', '5.0');